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


In This Topic
    InflaterInputStream Class Members
    In This Topic

    The following tables list the members exposed by InflaterInputStream.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldBase stream the inflater reads from.  
    Protected FieldThe compressed size  
    Protected FieldDecompressor for this stream  
    Protected FieldInput buffer for this stream.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the current stream supports reading  
    Public PropertyOverridden. Gets a value of false indicating seeking is not supported for this stream.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. Gets a value of false indicating that this stream is not writeable.  
    Public PropertyOverridden. A value representing the length of the stream in bytes.  
    Public PropertyOverridden. The current position within the stream. Throws a NotSupportedException when attempting to set the position  
    Public Property (Inherited from System.IO.Stream)
    Public Property (Inherited from System.IO.Stream)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. Entry point to begin an asynchronous write. Always throws a NotSupportedException.  
    Public MethodOverridden. Closes the input stream. When Nevron.Compression.InflaterInputStream.pfE is true the underlying stream is also closed.  
    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 MethodOverridden. Flushes the baseInputStream  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Reads decompressed data into the provided buffer byte array  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. Sets the position within the current stream Always throws a NotSupportedException  
    Public MethodOverridden. Set the length of the current stream Always throws a NotSupportedException  
    Public MethodOverridden. Writes a sequence of bytes to stream and advances the current position This method always throws a NotSupportedException  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverridden. Writes one byte to the current stream and advances the current position Always throws a NotSupportedException  
    Top
    Protected Methods
     NameDescription
    Protected MethodFills the buffer with more data to decompress.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodClear any cryptographic state.  
    Top
    See Also