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.ZInputStream"]
Inheritance Hierarchy
System.IOBinaryReader
ComponentAce.Compression.Libs.zlibZInputStream
Namespace: ComponentAce.Compression.Libs.zlib
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 5.0.4.503-master
Syntax
The ZInputStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ZInputStream(Stream) | Initializes a new instance of the ZInputStream class | |
| ZInputStream(Stream, Int32) | Initializes a new instance of the ZInputStream class |
Properties
| Name | Description | |
|---|---|---|
| BaseStream | (Inherited from BinaryReader.) | |
| FlushMode | ||
| TotalIn | ||
| TotalOut |
Methods
| Name | Description | |
|---|---|---|
| Close | (Overrides BinaryReaderClose.) | |
| Dispose | (Inherited from BinaryReader.) | |
| Dispose(Boolean) | (Inherited from BinaryReader.) | |
| Equals | (Inherited from Object.) | |
| FillBuffer | (Inherited from BinaryReader.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| PeekChar | (Inherited from BinaryReader.) | |
| read | ||
| Read | (Overrides BinaryReaderRead.) | |
| Read(Char, Int32, Int32) | (Inherited from BinaryReader.) | |
| Read(Byte, Int32, Int32) | (Inherited from BinaryReader.) | |
| Read7BitEncodedInt | (Inherited from BinaryReader.) | |
| ReadBoolean | (Inherited from BinaryReader.) | |
| ReadByte | (Inherited from BinaryReader.) | |
| ReadBytes | (Inherited from BinaryReader.) | |
| ReadChar | (Inherited from BinaryReader.) | |
| ReadChars | (Inherited from BinaryReader.) | |
| ReadDecimal | (Inherited from BinaryReader.) | |
| ReadDouble | (Inherited from BinaryReader.) | |
| ReadInt16 | (Inherited from BinaryReader.) | |
| ReadInt32 | (Inherited from BinaryReader.) | |
| ReadInt64 | (Inherited from BinaryReader.) | |
| ReadSByte | (Inherited from BinaryReader.) | |
| ReadSingle | (Inherited from BinaryReader.) | |
| ReadString | (Inherited from BinaryReader.) | |
| ReadUInt16 | (Inherited from BinaryReader.) | |
| ReadUInt32 | (Inherited from BinaryReader.) | |
| ReadUInt64 | (Inherited from BinaryReader.) | |
| skip | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| buf | ||
| buf1 | ||
| bufsize | ||
| compress | ||
| flush | ||
| z |
See Also