IdeaBlade DevForce 2010 Help Reference
GZipStream Class Members
See Also  Fields  Properties  Methods  Send Feedback
IdeaBlade.Core Assembly > Ionic.Zlib Namespace : GZipStream Class


The following tables list the members exposed by GZipStream.

Public Constructors

 NameDescription
Public ConstructorGZipStream ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldLastModified The last modified time for the GZIP stream.  
Top

Public Properties

 NameDescription
Public PropertyBufferSize The size of the working buffer for the compression codec.  
Public PropertyCanReadOverridden.  Indicates whether the stream can be read.  
Public PropertyCanSeekOverridden.  Indicates whether the stream supports Seek operations.  
Public PropertyCanTimeout (Inherited from System.IO.Stream)
Public PropertyCanWriteOverridden.  Indicates whether the stream can be written.  
Public PropertyComment The comment on the GZIP stream.  
Public PropertyCrc32 The CRC on the GZIP stream.  
Public PropertyFileName The FileName for the GZIP stream.  
Public PropertyFlushMode This property sets the flush behavior on the stream.  
Public PropertyLengthOverridden. Reading this property always throws a System.NotImplementedException.  
Public PropertyPositionOverridden.  The position of the stream pointer.  
Public PropertyReadTimeout (Inherited from System.IO.Stream)
Public PropertyTotalIn Returns the total number of bytes input so far.  
Public PropertyTotalOut Returns the total number of bytes output so far.  
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)CompressBuffer Compress a byte array into a new byte array using GZip.  
Public Methodstatic (Shared in Visual Basic)CompressString Compress a string into a byte array using GZip.  
Public MethodCopyToOverloaded.  (Inherited from System.IO.Stream)
Public MethodCopyToAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden.  Dispose the stream.  
Public MethodEndRead (Inherited from System.IO.Stream)
Public MethodEndWrite (Inherited from System.IO.Stream)
Public MethodEquals (Inherited from object)
Public MethodFlushOverridden.  Flush the stream.  
Public MethodFlushAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodGetHashCode (Inherited from object)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetType (Inherited from object)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodReadOverridden.  Read and decompress data from the source stream.  
Public MethodReadAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeekOverridden. Calling this method always throws a System.NotImplementedException.  
Public MethodSetLengthOverridden. Calling this method always throws a System.NotImplementedException.  
Public MethodToString (Inherited from object)
Public Methodstatic (Shared in Visual Basic)UncompressBuffer Uncompress a GZip'ed byte array into a byte array.  
Public Methodstatic (Shared in Visual Basic)UncompressString Uncompress a GZip'ed byte array into a single string.  
Public MethodWriteOverridden.  Write data to the stream.  
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 MethodFinalize (Inherited from object)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodObjectInvariant (Inherited from System.IO.Stream)
Top

See Also

© 2013 All Rights Reserved.