Xceed Real-Time Zip for Silverlight Documentation
ZLibCompressedStream Class Members
Properties  Methods 


The following tables list the members exposed by ZLibCompressedStream.

Public Constructors
 NameDescription
Public ConstructorZLibCompressedStream ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCanReadGets a boolean value indicating whether the current stream supports reading. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyCanSeekOverridden.   
Public PropertyCanTimeout (Inherited from System.IO.Stream)
Public PropertyCanWriteGets a boolean value indicating whether the current stream supports writing. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyLengthGets the length, in bytes, of the stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyPositionGets or sets the position within the current stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyReadTimeout (Inherited from System.IO.Stream)
Public PropertyTransientGets or sets a boolean value indicating if the stream is responsible for closing its inner stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public PropertyWriteTimeout (Inherited from System.IO.Stream)
Top
Public Methods
 NameDescription
Public MethodBeginRead (Inherited from System.IO.Stream)
Public MethodBeginWrite (Inherited from System.IO.Stream)
Public MethodClose (Inherited from System.IO.Stream)
Public Methodstatic (Shared in Visual Basic)CompressOverloaded. Compresses an array of bytes using the ZLib compression format.  
Public MethodCopyToOverloaded.  (Inherited from System.IO.Stream)
Public MethodCopyToAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)DecompressOverloaded. Decompresses an array of ZLib formatted compressed bytes.  
Public MethodDisposeOverloaded. Releases all resources used by the FormattedCompressedStream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public MethodEndRead (Inherited from System.IO.Stream)
Public MethodEndWrite (Inherited from System.IO.Stream)
Public MethodFlushClears all buffers for this stream and causes any buffered data to be written to the underlying compressed stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public MethodFlushAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodReadReads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public MethodReadAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeekSets the position within the current stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public MethodSetLengthSets the length of the current stream. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public MethodWriteWrites a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Public MethodWriteAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodWriteByte (Inherited from System.IO.Stream)
Top
Protected Methods
 NameDescription
Protected MethodCreateWaitHandle (Inherited from System.IO.Stream)
Protected MethodFinalizeAllows the FormattedCompressedStream object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodObjectInvariant (Inherited from System.IO.Stream)
Protected MethodReadFooterOverridden. This method is reserved for internal use and is not intended to be used directly from your code.  
Protected MethodReadHeaderOverridden. This method is reserved for internal use and is not intended to be used directly from your code.  
Protected MethodReset (Inherited from Xceed.Compression.Formats.FormattedCompressedStream)
Protected MethodWriteFooterOverridden. This method is reserved for internal use and is not intended to be used directly from your code.  
Protected MethodWriteHeaderOverridden. This method is reserved for internal use and is not intended to be used directly from your code.  
Top
See Also

Reference

ZLibCompressedStream Class
Xceed.Compression.Formats Namespace
{916E7D43-79A0-4455-99D2-BC570DE4F2F3}

Send Feedback