|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
byte array
to be used as data area.
size of the data area.
s takes when written
to a Buffer through a writeUTF call.
b.length bytes from position pos
of this Buffer into the array b.
len bytes from position pos
of this Buffer into offset off of
b.
boolean value from position pos
of this Buffer.
byte
from position pos of this Buffer.
pos of this
Buffer and returns a char value.
pos of this
Buffer and returns a double value.
pos of this
Buffer and returns a float value.
pos of this
Buffer and returns an int value.
pos of this
Buffer and returns a long value.
Buffer, starting at position
pos of the Buffer.
pos of this
Buffer and returns a short value.
pos of this
Buffer, zero-extends it an int in the range
0 through 255, and returns the result.
pos of this
Buffer and returns an int in the range
0 through 65535.
String starting at position
pos of this Buffer.
String starting at position
pos of this Buffer.
IntHolder.
Buffer, starting at position
pos, all the bytes in array b.
Buffer, starting at position
pos, len bytes copied from
offset off of array b.
boolean value to position pos
of this Buffer.
pos of this Buffer
the eight low-order bits of the parameter v.
Buffer, starting at position
pos, the low-order bytes of all chars of
a string.
Buffer, starting at position
pos, two bytes that comprise a char value.
Buffer, starting at position
pos, every character in the string s,
in order, two bytes per character.
Buffer, starting at position
pos, eight bytes that comprise a double value.
Buffer, starting at position
pos, four bytes that comprise a float value.
Buffer, starting at position
pos, four bytes that comprise an int value.
Buffer, starting at position
pos, eight bytes that comprise a long value.
Buffer, starting at position
pos of the Buffer and writing at most
maxCount bytes.
Buffer, starting at position
pos, two bytes that comprise ashort value.
Buffer.writeUTF(int pos, String s) method, but
with an upper limit on the number of bytes written.
Buffer, starting at position
pos, two bytes of length information, followed
by the Java modified UTF-8 representation
of every character in the string s.
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||