Tanoda
|
Represents a platform-specific file with a Stream. More...
Public Member Functions | |
Stream | OpenStream () |
Opens the Stream to read data from this item. More... | |
Properties | |
string | Name [get, set] |
Gets/Sets the item filename. More... | |
Stream | Stream [set] |
Sets the item file Stream. More... | |
bool | HasData [get] |
Indicates if this item has valid data. More... | |
Represents a platform-specific file with a Stream.
Definition at line 6 of file ItemWithStream.cs.
Stream TriLibCore.SFB.ItemWithStream.OpenStream | ( | ) |
Opens the Stream to read data from this item.
Definition at line 23 of file ItemWithStream.cs.
|
get |
Indicates if this item has valid data.
Definition at line 17 of file ItemWithStream.cs.
|
getset |
Gets/Sets the item filename.
Definition at line 9 of file ItemWithStream.cs.
|
set |
Sets the item file Stream.
Definition at line 12 of file ItemWithStream.cs.