Clear | Clear the stream. |
Read | Read one or more bytes from the stream. Reading starts at the Position property. Set Position to change the position. |
ReadBytes | Return data from the current position as a Byte Array. Reading starts at the Position property. Set Position to change the position. |
ReadString | Return data from the current position as a String. Reading starts at the Position property. Set Position to change the position. |
Write | Write one or more bytes to the stream. Writing starts at the Position property. Set Position to change the position. |
DeleteOnDestroy | Specifies if the corresponding file should be deleted when the object is destroyed. |
FileMode | How the file is to be created or opened. |
FileName | Intended name of the file. |
Position | Current byte position in the stream. |
PositionHigh | Current byte position in the stream. Used only when the current position is greater than 2^31 (2147483648). |
Ref | Stores a reference to another object, data type, or value. |
Size | Size of the stream in bytes. |
SizeHigh | Size of the stream in bytes. Used only when the size is 2^31 (2147483648). |
UniqueName | Name of the file currently open. |