9 public string Name {
get;
set; }
Represents a platform-specific file with a Stream.
string Name
Gets/Sets the item filename.
Stream Stream
Sets the item file Stream.
Stream OpenStream()
Opens the Stream to read data from this item.
bool HasData
Indicates if this item has valid data.