Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
[Missing <summary> documentation for "T:ComponentAce.Compression.Libs.zlib.ZOutputStream"]
Inheritance Hierarchy
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
The ZOutputStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ZOutputStream(Stream) | Initializes a new instance of the ZOutputStream class | |
| ZOutputStream(Stream, Int32) | Initializes a new instance of the ZOutputStream class |
Properties
| Name | Description | |
|---|---|---|
| CanRead | (Overrides StreamCanRead.) | |
| CanSeek | (Overrides StreamCanSeek.) | |
| CanTimeout | (Inherited from Stream.) | |
| CanWrite | (Overrides StreamCanWrite.) | |
| FlushMode | ||
| Length | (Overrides StreamLength.) | |
| Position | (Overrides StreamPosition.) | |
| ReadTimeout | (Inherited from Stream.) | |
| TotalIn | ||
| TotalOut | ||
| WriteTimeout | (Inherited from Stream.) |
Methods
| Name | Description | |
|---|---|---|
| BeginRead | (Inherited from Stream.) | |
| BeginWrite | (Inherited from Stream.) | |
| Close | (Overrides StreamClose.) | |
| CopyTo(Stream) | (Inherited from Stream.) | |
| CopyTo(Stream, Int32) | (Inherited from Stream.) | |
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| CreateWaitHandle | Obsolete. (Inherited from Stream.) | |
| Dispose | (Inherited from Stream.) | |
| Dispose(Boolean) | (Inherited from Stream.) | |
| end | ||
| EndRead | (Inherited from Stream.) | |
| EndWrite | (Inherited from Stream.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| finish | ||
| Flush | (Overrides StreamFlush.) | |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetType | (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | (Inherited from Object.) | |
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
| ObjectInvariant | (Inherited from Stream.) | |
| Read | (Overrides StreamRead(Byte, Int32, Int32).) | |
| ReadByte | (Inherited from Stream.) | |
| Seek | (Overrides StreamSeek(Int64, SeekOrigin).) | |
| SetLength | (Overrides StreamSetLength(Int64).) | |
| ToString | (Inherited from Object.) | |
| Write | (Overrides StreamWrite(Byte, Int32, Int32).) | |
| WriteByte(Byte) | (Overrides StreamWriteByte(Byte).) | |
| WriteByte(Int32) |
Fields
| Name | Description | |
|---|---|---|
| buf | ||
| buf1 | ||
| bufsize | ||
| compress | ||
| flush_Renamed_Field | ||
| z |
See Also