CompressionFilterGZipInputStreamRead Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Reads a number of decompressed bytes into the specified byte
            array.
            
 
    Namespace: 
   Tangosol.Net
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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