Noemax DotNetGZip Report an issue | Discuss in forums
GZipOutputStream Members
See Also  Properties  Methods 
Noemax.GZip Assembly > Noemax.GZip Namespace : GZipOutputStream Class

The following tables list the members exposed by GZipOutputStream.

Public Constructors

 NameDescription
Public ConstructorGZipOutputStream ConstructorOverloaded.  Initializes a new instance of the GZipOutputStream class.  
Top

Public Properties

 NameDescription
Public PropertyCanReadOverridden. This property always returns false.  
Public PropertyCanSeekOverridden. This property always returns false.  
Public PropertyCanTimeoutOverridden. Gets a value that determines whether the current stream can time out.  
Public PropertyCanWriteOverridden. Gets a value indicating whether the stream supports writing.  
Public PropertyCommentsGets and sets the file comments to write into the GZip header.  
Public PropertyExtraFieldsThe collection of extra-fields to write into the GZip header.  
Public PropertyFilenameGets and sets the filename to write into the GZip header.  
Public PropertyLengthOverridden. Gets the length in bytes of the underlying stream.  
Public PropertyPositionOverridden.  This property is not supported and always throws a NotSupportedException.  
Public PropertyReadTimeoutOverridden. Gets or sets a value that determines how long the stream will attempt to read before timing out.  
Public PropertyWriteTimeoutOverridden. Gets or sets a value that determines how long the stream will attempt to read before timing out.  
Top

Public Methods

 NameDescription
Public MethodBeginRead (Inherited from System.IO.Stream)
Public MethodBeginWrite (Inherited from System.IO.Stream)
Public MethodCloseOverridden. Flushes the internal buffer content and closes the current stream.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.IO.Stream)
Public MethodEndRead (Inherited from System.IO.Stream)
Public MethodEndWrite (Inherited from System.IO.Stream)
Public MethodFlushOverridden. Flushes the content of the internal buffer to the underlying stream.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodReadOverridden.  This method is not supported and always throws a NotSupportedException.  
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeekOverridden.  This method is not supported and always throws a NotSupportedException.  
Public MethodSetLengthOverridden.  This method is not supported and always throws a NotSupportedException.  
Public MethodWriteOverridden.  Writes compressed bytes to the underlying stream from the specified byte array.  
Public MethodWriteByte (Inherited from System.IO.Stream)
Top

See Also