xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
ByteArrayOutputStream类 参考
类 ByteArrayOutputStream 继承关系图:
Inheritance graph
ByteArrayOutputStream 的协作图:
Collaboration graph

Public 成员函数

静态 Public 属性

额外继承的成员函数

详细描述

在文件 ByteArrayOutputStream.x2 行定义.

构造及析构函数说明

◆ ByteArrayOutputStream()

成员函数说明

◆ available()

long available ( bool  ) throws IllegalArgumentException, InterruptedException, IOException

重载 Stream .

◆ close()

void close ( ) throws IllegalArgumentException

重载 Stream .

◆ finalize()

void finalize ( )

◆ flush()

void flush ( ) throws IOException

重载 Stream .

◆ getPosition()

long getPosition ( ) throws IllegalArgumentException, IOException

重载 Stream .

◆ length()

long length ( ) throws IllegalArgumentException, IOException

重载 Stream .

◆ read() [1/2]

◆ read() [2/2]

重载 Stream .

◆ readAllBytes()

重载 Stream .

◆ readBool()

◆ readBoolLE()

◆ readChar()

◆ readCharLE()

◆ readDouble()

重载 Stream .

◆ readDoubleLE()

重载 Stream .

◆ readFloat()

◆ readFloatLE()

重载 Stream .

◆ readInt()

◆ readIntLE()

◆ readLong()

◆ readLongLE()

◆ readShort()

◆ readShortLE()

重载 Stream .

◆ readString()

◆ readStringLE()

◆ seek()

long seek ( int  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException, IOException

重载 Stream .

◆ toByteArray()

byte [] toByteArray ( )

◆ write() [1/2]

重载 Stream .

◆ write() [2/2]

重载 Stream .

◆ writeBool()

重载 Stream .

◆ writeBoolLE()

final void writeBoolLE ( bool  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeChar()

重载 Stream .

◆ writeCharLE()

final void writeCharLE ( char  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeDouble()

final void writeDouble ( double  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeDoubleLE()

final void writeDoubleLE ( double  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeFloat()

final void writeFloat ( float  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeFloatLE()

final void writeFloatLE ( float  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeInt()

重载 Stream .

◆ writeIntLE()

重载 Stream .

◆ writeLong()

重载 Stream .

◆ writeLongLE()

final void writeLongLE ( long  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeShort()

final void writeShort ( short  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeShortLE()

final void writeShortLE ( short  ) throws IllegalArgumentException, InterruptedException, IOException, TimeoutException

重载 Stream .

◆ writeString()

◆ writeStringLE()

重载 Stream .

结构体成员变量说明

◆ SeekBegin

const int SeekBegin
static

在文件 ByteArrayOutputStream.x4 行定义.

◆ SeekCurrent

const int SeekCurrent
static

在文件 ByteArrayOutputStream.x6 行定义.

◆ SeekEnd

const int SeekEnd
static

在文件 ByteArrayOutputStream.x8 行定义.