xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
ByteBufferOutputStream类 参考

Public 成员函数

详细描述

在文件 BuiltinObjects.x1462 行定义.

构造及析构函数说明

◆ ByteBufferOutputStream()

成员函数说明

◆ available()

long available ( bool  ) throws IllegalArgumentException, IOException, InterruptedException

◆ close()

void close ( ) throws IllegalArgumentException

◆ finalize()

void finalize ( )

◆ flush()

void flush ( ) throws IOException

◆ getPosition()

long getPosition ( ) throws IllegalArgumentException, IOException

◆ length()

long length ( ) throws IllegalArgumentException, IOException

◆ read()

◆ readBool()

◆ readBoolLE()

◆ readChar()

◆ readCharLE()

◆ readDouble()

◆ readDoubleLE()

◆ readFloat()

◆ readFloatLE()

◆ readInt()

◆ readIntLE()

◆ readLong()

◆ readLongLE()

◆ readShort()

◆ readShortLE()

◆ readString()

◆ readStringLE()

◆ seek()

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

◆ toByteArray()

byte [] toByteArray ( )

◆ write()

◆ writeBool()

◆ writeBoolLE()

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

◆ writeChar()

◆ writeCharLE()

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

◆ writeDouble()

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

◆ writeDoubleLE()

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

◆ writeFloat()

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

◆ writeFloatLE()

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

◆ writeInt()

◆ writeIntLE()

◆ writeLong()

◆ writeLongLE()

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

◆ writeShort()

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

◆ writeShortLE()

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

◆ writeString()

◆ writeStringLE()