The TeaFile type exposes the following members.

Methods

  Name Description
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Static member GetDescription
Opens the file, fetches the description, closes the file and returns the description.
Public method GetEventTime
Return the Event Time if the item.
Public method GetFieldValue(Int32, Field)
Gets the value of field of the item at index itemIndex.
Public method GetFieldValue(Item, Field)
Gets the value of field of item.
Public method Static member OpenRead(Stream)
Open a TeaFile for reading (untyped).
Public method Static member OpenRead(String)
Open a TeaFile for reading (untyped).
Public method Read
Reads the next item from the file.

Properties

  Name Description
Public property Description
The description of the file content.
Public property ItemAreaEnd
Gets the item area end, as byte offset from the begin of the file.
Public property ItemAreaSize
Gets the size of the item area in bytes.
Public property ItemAreaStart
Gets the item area start, as byte offset from the begin of the file.
Public property Items
The items in the file.
Public property Name
The name of the file.

See Also