ParagonIE\Halite\Stream\MutableFile::getPos PHP Method

getPos() public method

Where are we in the buffer?
public getPos ( ) : integer
return integer
    public function getPos() : int
    {
        return \ftell($this->fp);
    }