The TeaFile<(Of <(<'T>)>)> type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of items in the file.
Public property Description
The description of the file's content. The returned Description instance in turn holds descriptions of the items in the file, a NameValueCollection with arbitrary values and a simple ContentDescription string. TeaFiles may or may not hold any description of their content. If not any description is available, this property will be null.
Public property ItemAreaEnd
Gets the item area end.
Public property ItemAreaSize
Gets the size of the item area in bytes.
Public property ItemAreaStart
Gets the item area start.
Public property Items
Provides access to the items in the file.
Public property Name
The name of the file.

See Also