Метод | Описание | |
---|---|---|
ByteBuffer ( int size ) : System |
Creates an empty ByteBuffer with the given size, positioned at zero.
|
|
ByteBuffer ( int offset, int length, byte bytes ) : System | ||
GetString ( |
||
Write ( Stream s ) : void |
Writes
|
|
Write ( Stream s, long startPos ) : void | ||
Write ( |
public ByteBuffer ( int offset, int length, byte bytes ) : System | ||
offset | int | |
length | int | |
bytes | byte | |
Результат | System |
public GetString ( |
||
encoding | ||
Результат | string |
public Write ( Stream s, long startPos ) : void | ||
s | Stream | |
startPos | long | |
Результат | void |
public Write ( |
||
w | ||
e | ||
Результат | void |