public class GZipInputStream extends DataInputStream
Constructor and Description |
---|
GZipInputStream(DataInput in)
Creates a new instance of GZipInputStream
|
Modifier and Type | Method and Description |
---|---|
int |
directRead(long from,
byte[] arr)
Read from the offset position without buffering.
|
int |
read(byte[] arr,
int offset,
int max_len) |
byte |
readByte()
Description of the Method
|
int |
readFully(byte[] arr)
Description of the Method
|
close, getFilePointer, getMarkPointer, jump, length, mark, readBoolean, readInt, readLong, readPack7, readPack7I, readShort, readString, readString, seek, skipBytes, skipPack7, skipPack7I
public GZipInputStream(DataInput in) throws IOException
IOException
public int readFully(byte[] arr) throws IOException
DataInputStream
readFully
in interface DataInput
readFully
in class DataInputStream
arr
- Description of the ParameterIOException
- Description of the Exceptionpublic byte readByte() throws IOException
DataInputStream
readByte
in interface DataInput
readByte
in class DataInputStream
IOException
- Description of the Exceptionpublic int directRead(long from, byte[] arr) throws IOException
DataInput
directRead
in interface DataInput
directRead
in class DataInputStream
IOException
public int read(byte[] arr, int offset, int max_len) throws IOException
read
in interface DataInput
read
in class DataInputStream
arr
- Description of the Parametermax_len
- Description of the ParameterIOException
- Description of the ExceptionCopyright © 2016 Egothor. All Rights Reserved.