xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态 Public 属性 |
额外继承的成员函数 |
在文件 ByteArrayOutputStream.x 第 2 行定义.
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 .
byte [] toByteArray | ( | ) |
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 |
在文件 ByteArrayOutputStream.x 第 4 行定义.
|
static |
在文件 ByteArrayOutputStream.x 第 6 行定义.
|
static |
在文件 ByteArrayOutputStream.x 第 8 行定义.