|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
n
into the byte array
data
, starting at index offset [0]
, and
increment offset [0]
by the number of bytes written; if
data == null
, increment offset [0]
by the
number of bytes that would have been written otherwise.
b
into the byte array
data
, starting at index offset [0]
, and
increment offset [0]
by the number of bytes written; if
data == null
, increment offset [0]
by the
number of bytes that would have been written otherwise.
byte
into an unsigned integer.
BigInteger
represented by the bytes in
data
staring at offset offset[0]
.
boolean
represented by the bytes in
data
staring at offset offset[0]
.
double
represented by the bytes in
data
staring at offset offset[0]
.
int
represented by the bytes in
data
staring at offset offset[0]
.
bytes
s into an array of
ints
.
long
represented by the bytes in
data
staring at offset offset[0]
.
short
represented by the bytes in
data
staring at offset offset[0]
.
String
represented by the bytes in
data
staring at offset offset[0]
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |