Click or drag to resize

ICompressedFileContainer Interface

Represents a container providing access to compressed items.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ICompressedFileContainer : IEnumerable

The ICompressedFileContainer type exposes the following members.

Methods
 NameDescription
Public methodGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from IEnumerable)
Public methodGetInputStream Gets an input stream for the specified item.
Top
See Also