|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Boolean represent primitive
boolean values.Boolean object representing the value of the
argument value.
Boolean object representing the primitive
true if and only if s matches
the string "true" ignoring case, otherwise the object will represent
the primitive false.
FilterInputStream buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism.BufferedInputStream that will
read from the specified subordinate stream with a default buffer size
of 2048 bytes
BufferedInputStream that will
read from the specified subordinate stream with a buffer size that
is specified by the caller.
BufferedOutputStream instance
that will write to the specified subordinate OutputStream
and which will use a default buffer size of 512 bytes.
BufferedOutputStream instance
that will write to the specified subordinate OutputStream
and which will use the specified buffer size
FilterReader buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism.BufferedReader that will read from the
specified subordinate stream with a default buffer size of 8192 chars.
BufferedReader that will read from the
specified subordinate stream with a buffer size that is specified by the
caller.
BufferedWriter instance
that will write to the specified subordinate Writer
and which will use a default buffer size of 8192 chars.
BufferedWriter instance
that will write to the specified subordinate Writer
and which will use the specified buffer size
Byte represent primitive byte
values.Byte object representing the value of the
byte argument.
Byte object representing the value specified
by the String argument
ByteArrayOutputStream
with the default buffer size of 32 bytes.
ByteArrayOutputStream with
a specified initial buffer size.
boolean value of this
Boolean object.
Number as a byte.
Byte.
Double as a byte.
Float as a byte.
Integer as a byte.
Long as a byte.
Number as a byte.
Short as a byte.
CharArrayWriter with
the default buffer size of 32 chars.
CharArrayWriter with
a specified initial buffer size.
#checkPermission(Permission) instead
int
values.
compareTo(Integer) unless the Object
is not an Integer.