An OutputByteStream which specifically reads from a file.
Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data.
package | Swift |
---|---|
subpackage | ByteStream |
author | Chris Corbyn |
getPath() : string
string
read(int $length) : string
If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
inherited_from | \Swift_OutputByteStream::read() |
---|
int
\Swift_IoException |
---|
string
setReadPointer(int $byteOffset) : boolean
inherited_from | \Swift_OutputByteStream::setReadPointer() |
---|
int
\Swift_IoException |
---|
boolean