CompressionFilterGZipInputStreamRead Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Reads a number of decompressed bytes into the specified byte
array.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic override int Read(
byte[] array,
int offset,
int count
)
Parameters
- array
- Type: SystemByte
The array used to store decompressed bytes.
- offset
- Type: SystemInt32
The location in the array to begin reading.
- count
- Type: SystemInt32
The number of bytes decompressed.
Return Value
Type:
Int32
The number of bytes that were decompressed into the byte
array. If the end of the stream has been reached, zero or the
number of bytes read is returned.
See Also