Interface Swift_FileStream

ExtendsSwift_OutputByteStream
Implemented bySwift_ByteStream_FileByteStream, Swift_ByteStream_TemporaryFileByteStream

An OutputByteStream which specifically reads from a file.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getPath() Get the complete path to the file. Swift_FileStream
read() Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. Swift_OutputByteStream
setReadPointer() Move the internal read pointer to $byteOffset in the stream. Swift_OutputByteStream

Method Details

getPath() public abstract method

Get the complete path to the file.

public abstract string getPath ( )