MobileForms Toolkit Documentation

ZipStream Properties

The properties of the ZipStream class are listed below. For a complete list of ZipStream class members, see the ZipStream Members topic.

Public Static Properties

BestCompression Get compression level for best compression.
BestSpeed Get compression level for best speed of compression (stored).
DefaultBufferSize Get the default buffer size.
DefaultCompression Get compression level for default compression.
NoCompression Get compression level for no compression (stored level).

Public Instance Properties

BaseStream Returns the underlying stream.
BufferSize Get the current buffer size.
CanRead Gets a value indicating whether the current stream supports reading.
CanSeek Gets a value indicating whether the current stream supports seeking.
CanTimeout (inherited from Stream)Gets a value that determines whether the current stream can time out.
CanWrite Gets a value indicating whether the current stream supports writing.
Crc Gets the current CRC of this stream.
Length Gets the length in bytes of the stream.
Name Get or set the name of current stream.
Position Gets or sets the current position of this stream.
ReadTimeout (inherited from Stream)Gets or sets a value that determines how long the stream will attempt to read before timing out.
UsesCrc Get value indicating if CRC is computing.
WriteTimeout (inherited from Stream)Gets or sets a value that determines how long the stream will attempt to write before timing out.

See Also

ZipStream Class | Resco.IO.Zip Namespace