Nevron .NET Vision
Nevron.Compression Namespace / DeflaterOutputStream Class
Fields Properties Methods


In This Topic
    DeflaterOutputStream Class Members
    In This Topic

    The following tables list the members exposed by DeflaterOutputStream.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldReturns the 10 byte AUTH CODE to be appended immediately following the AES data stream.  
    Protected FieldBase stream the deflater depends on.  
    Protected FieldThe deflater which is used to deflate the stream.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets value indicating stream can be read from  
    Public PropertyOverridden. Gets a value indicating if seeking is supported for this stream This property always returns false  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. Get value indicating if this stream supports writing  
    Public PropertyOverridden. Get current length of stream  
    Public PropertyOverridden. Gets the current position within the stream.  
    Public Property (Inherited from System.IO.Stream)
    Public Property (Inherited from System.IO.Stream)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Asynchronous reads are not supported a NotSupportedException is always thrown  
    Public MethodOverridden. Asynchronous writes arent supported, a NotSupportedException is always thrown  
    Public MethodOverridden. Calls Finish and closes the underlying stream when Nevron.Compression.DeflaterOutputStream.OdE is true.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodFinishes the stream by calling finish() on the deflater.  
    Public MethodOverridden. Flushes the stream by calling Flush on the deflater and then on the underlying stream. This ensures that all bytes are flushed.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Read a block of bytes from stream  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverridden. Read a byte from stream advancing position by one  
    Public MethodOverridden. Sets the current position of this stream to the given value. Not supported by this class!  
    Public MethodOverridden. Sets the length of this stream to the given value. Not supported by this class!  
    Public MethodOverridden. Writes bytes from an array to the compressed stream.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverridden. Writes a single byte to the compressed output stream.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDeflates everything in the input buffers. This will call def.deflate() until all bytes from the input buffers are processed.  
    Protected MethodEncrypt a block of data  
    Protected MethodInitializes encryption keys based on given password.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also