| xlang v5.1 Release
    程序设计语言基础库文档 | 


| Public 成员函数 | 
| 静态 Public 属性 | 
| 额外继承的成员函数 | 
GZipInputStream 类,用于处理GZIP压缩的输入流 继承自Stream类,提供了一系列读写方法,支持大端和小端字节序
在文件 GZipInputStream.x 第 5 行定义.
| GZipInputStream | ( | byte | [], | 
| int | , | ||
| int | |||
| ) | throws IllegalArgumentException | 
| long available | ( | bool | ) | throws IllegalArgumentException, InterruptedException, IOException | 
重载 Stream .
| void close | ( | ) | throws IllegalArgumentException | 
重载 Stream .
| void finalize | ( | ) | 
| void flush | ( | ) | throws IOException | 
重载 Stream .
| long getPosition | ( | ) | throws IllegalArgumentException, IOException | 
重载 Stream .
| long length | ( | ) | throws IllegalArgumentException, IOException | 
重载 Stream .
| final byte read | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| int read | ( | byte | [], | 
| int | , | ||
| int | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final byte [] readAllBytes | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final bool readBool | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final bool readBoolLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final char readChar | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final char readCharLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final double readDouble | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final double readDoubleLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final float readFloat | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final float readFloatLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final int readInt | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final int readIntLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final long readLong | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final long readLongLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final short readShort | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final short readShortLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final String readString | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final String readStringLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| long seek | ( | int | , | 
| long | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, IOException | 
重载 Stream .
| final void write | ( | byte | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| int write | ( | byte | [], | 
| int | , | ||
| int | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeBool | ( | bool | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeBoolLE | ( | bool | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeChar | ( | char | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeCharLE | ( | char | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeDouble | ( | double | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeDoubleLE | ( | double | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeFloat | ( | float | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeFloatLE | ( | float | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeInt | ( | int | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeIntLE | ( | int | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeLong | ( | long | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeLongLE | ( | long | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeShort | ( | short | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeShortLE | ( | short | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeString | ( | String | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| final void writeStringLE | ( | String | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
重载 Stream .
| 
 | static | 
在文件 GZipInputStream.x 第 8 行定义.
| 
 | static | 
在文件 GZipInputStream.x 第 9 行定义.
| 
 | static | 
在文件 GZipInputStream.x 第 10 行定义.