Gets the content mode of FileStream operation.
0.1
Checks whether the stream is readable.
0.1
Checks whether the stream is writable.
0.1
Gets the name of the file it belongs to.
0.1
Gets the path of the file it belongs to.
0.1
iOS only property. Gets the offset of the file stream set as padding.
Optional
seekScans through the end of the file. See the example in the file and blob.
Gets the Blob object from FileStream.
since 1.1.10, you may use FileStream.readToEnd() function after you change contentMode of FileStream to FileStream.ContentMode.BINARY.
Gets all characters or blob content from the file stream depending of IO.FileStream#ContentMode contentMode content mode. If FileStream not opened with IO.FileStream.StreamType#READ mode, returns null.
0.1
Writes all characters or blob content into the file stream depending of IO.FileStream#ContentMode contentMode content mode. If the file stream opened with IO.FileStream.StreamType#READ, returns false.
0.1
Generated using TypeDoc
Gets the mode of FileStream operation.
Android
Ios
Since
0.1