Tanoda
TriLibCore.SFB.ItemWithStream Class Reference

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...
 

Detailed Description

Represents a platform-specific file with a Stream.

Definition at line 6 of file ItemWithStream.cs.

Member Function Documentation

◆ OpenStream()

Stream TriLibCore.SFB.ItemWithStream.OpenStream ( )

Opens the Stream to read data from this item.

Returns
The opened Stream.

Definition at line 23 of file ItemWithStream.cs.

Property Documentation

◆ HasData

bool TriLibCore.SFB.ItemWithStream.HasData
get

Indicates if this item has valid data.

Definition at line 17 of file ItemWithStream.cs.

◆ Name

string TriLibCore.SFB.ItemWithStream.Name
getset

Gets/Sets the item filename.

Definition at line 9 of file ItemWithStream.cs.

◆ Stream

Stream TriLibCore.SFB.ItemWithStream.Stream
set

Sets the item file Stream.

Definition at line 12 of file ItemWithStream.cs.


The documentation for this class was generated from the following file: