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


| Public 成员函数 | 
| 静态 Public 属性 | 
| long available | ( | bool | ) | throws IllegalArgumentException, InterruptedException, IOException | 
| void close | ( | ) | throws IllegalArgumentException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream, StreamSocket, FileInputStream , 以及 FileOutputStream 重载.
被这些函数引用 FileOutputStream.finalize().

| void flush | ( | ) | throws IOException | 
| long getPosition | ( | ) | throws IllegalArgumentException, IOException | 
| long length | ( | ) | throws IllegalArgumentException, IOException | 
| final byte read | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| int read | ( | byte | [], | 
| int | , | ||
| int | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final byte [] readAllBytes | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final bool readBool | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final bool readBoolLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final char readChar | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final char readCharLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final double readDouble | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final double readDoubleLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final float readFloat | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final float readFloatLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final int readInt | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final int readIntLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final long readLong | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final long readLongLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final short readShort | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final short readShortLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final String readString | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final String readStringLE | ( | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| long seek | ( | int | , | 
| long | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, IOException | 
| final void write | ( | byte | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| int write | ( | byte | [], | 
| int | , | ||
| int | |||
| ) | throws IndexOutOfBoundsException, IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeBool | ( | bool | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeBoolLE | ( | bool | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeChar | ( | char | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeCharLE | ( | char | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeDouble | ( | double | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeDoubleLE | ( | double | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeFloat | ( | float | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeFloatLE | ( | float | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeInt | ( | int | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeIntLE | ( | int | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeLong | ( | long | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeLongLE | ( | long | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeShort | ( | short | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeShortLE | ( | short | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeString | ( | String | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.
| final void writeStringLE | ( | String | ) | throws IllegalArgumentException, InterruptedException, IOException, TimeoutException | 
被 ByteArrayOutputStream, GZipInputStream, GZipOutputStream , 以及 StreamSocket 重载.