ZOutputStream ClassByteScout Document Parser SDK

[Missing <summary> documentation for "T:ComponentAce.Compression.Libs.zlib.ZOutputStream"]

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.IOStream
      ComponentAce.Compression.Libs.zlibZOutputStream

Namespace:  ComponentAce.Compression.Libs.zlib
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 5.0.4.503-master
Syntax

public class ZOutputStream : Stream

The ZOutputStream type exposes the following members.

Constructors

  NameDescription
Public methodZOutputStream(Stream)
Initializes a new instance of the ZOutputStream class
Public methodZOutputStream(Stream, Int32)
Initializes a new instance of the ZOutputStream class
Top
Properties

  NameDescription
Public propertyCanRead (Overrides StreamCanRead.)
Public propertyCanSeek (Overrides StreamCanSeek.)
Public propertyCanTimeout (Inherited from Stream.)
Public propertyCanWrite (Overrides StreamCanWrite.)
Public propertyFlushMode
Public propertyLength (Overrides StreamLength.)
Public propertyPosition (Overrides StreamPosition.)
Public propertyReadTimeout (Inherited from Stream.)
Public propertyTotalIn
Public propertyTotalOut
Public propertyWriteTimeout (Inherited from Stream.)
Top
Methods

  NameDescription
Public methodBeginRead (Inherited from Stream.)
Public methodBeginWrite (Inherited from Stream.)
Public methodClose (Overrides StreamClose.)
Public methodCopyTo(Stream) (Inherited from Stream.)
Public methodCopyTo(Stream, Int32) (Inherited from Stream.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Protected methodCreateWaitHandle Obsolete. (Inherited from Stream.)
Public methodDispose (Inherited from Stream.)
Protected methodDispose(Boolean) (Inherited from Stream.)
Public methodend
Public methodEndRead (Inherited from Stream.)
Public methodEndWrite (Inherited from Stream.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodfinish
Public methodFlush (Overrides StreamFlush.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected methodObjectInvariant (Inherited from Stream.)
Public methodRead (Overrides StreamRead(Byte, Int32, Int32).)
Public methodReadByte (Inherited from Stream.)
Public methodSeek (Overrides StreamSeek(Int64, SeekOrigin).)
Public methodSetLength (Overrides StreamSetLength(Int64).)
Public methodToString (Inherited from Object.)
Public methodWrite (Overrides StreamWrite(Byte, Int32, Int32).)
Public methodWriteByte(Byte) (Overrides StreamWriteByte(Byte).)
Public methodWriteByte(Int32)
Top
Fields

  NameDescription
Protected fieldbuf
Protected fieldbuf1
Protected fieldbufsize
Protected fieldcompress
Protected fieldflush_Renamed_Field
Protected fieldz
Top
See Also

Reference