|
xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
在文件 BuiltinObjects.x 第 1372 行定义.
| void GZipInputStream | ( | byte | [], |
| int | , | ||
| int | |||
| ) | throws IllegalArgumentException |
| void GZipInputStream | ( | Stream | ) |
| long available | ( | bool | ) | throws IllegalArgumentException, IOException, InterruptedException |
| void close | ( | ) | throws IllegalArgumentException |
| void finalize | ( | ) |
| void flush | ( | ) | throws IOException |
| long getPosition | ( | ) | throws IllegalArgumentException, IOException |
| long length | ( | ) | throws IllegalArgumentException, IOException |
| int read | ( | byte | [], |
| int | , | ||
| int | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final bool readBool | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final bool readBoolLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final char readChar | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final char readCharLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final double readDouble | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final double readDoubleLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final float readFloat | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final float readFloatLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final int readInt | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final int readIntLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final long readLong | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final long readLongLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final short readShort | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final short readShortLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final String readString | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final String readStringLE | ( | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| long seek | ( | int | , |
| long | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, IOException |
| int write | ( | byte | [], |
| int | , | ||
| int | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeBool | ( | bool | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeBoolLE | ( | bool | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeChar | ( | char | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeCharLE | ( | char | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeDouble | ( | double | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeDoubleLE | ( | double | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeFloat | ( | float | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeFloatLE | ( | float | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeInt | ( | int | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeIntLE | ( | int | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeLong | ( | long | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeLongLE | ( | long | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeShort | ( | short | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeShortLE | ( | short | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeString | ( | String | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |
| final void writeStringLE | ( | String | ) | throws IllegalArgumentException, IOException, TimeoutException, InterruptedException |