Microweber\Utils\lib\XmlStreamer::getReadBytes PHP Method

getReadBytes() public method

Gets the total read bytes so far.
public getReadBytes ( )
    public function getReadBytes()
    {
        return $this->readBytes;
    }