Abstract
Protected
_nativeGets 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
seekStatic
StreamStatic
ContentProtected
preAbstract
readGets 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
Abstract
closeAbstract
readGets 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.
Abstract
writeWrites 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
Static
createProtected
createOptional
params: Partial<FileStreamParams>Generated using TypeDoc
Gets the mode of FileStream operation.
Android
Ios
Since
0.1