|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
DataSource
with a
given name.
StringBuilder
.
Connection
if not null
.
Reader
.
Writer
.
InputStream
.
OutputStream
.
Closeable
.
Socket
.
ResultSet
if not null
.
Statement
if not null
.
InputStream
to an
OutputStream
.
InputStream
to chars on a
Writer
using the default character encoding of the platform.
InputStream
to chars on a
Writer
using the specified character encoding.
Reader
to a Writer
.
Reader
to bytes on an
OutputStream
using the default character encoding of the
platform, and calling flush.
Reader
to bytes on an
OutputStream
using the specified character encoding, and
calling flush.
InputStream
to an
OutputStream
.
Reader
to a Writer
.
DataSources
.BOM
that was detected in the wrapped
InputStream
object.
BOM
value.
DataSource
with the given
name
.
DataSources
:
java:comp/env/jdbc/
rows
* cols
components of parent
in
a grid.
rows
* cols
components of parent
in
a grid.
CloseTabIcon
CloseTabIcon
CloseTabIcon
InputStream
as a list of Strings,
one entry per line, using the default character encoding of the platform.
InputStream
as a list of Strings,
one entry per line, using the specified character encoding.
Reader
as a list of Strings,
one entry per line.
BOM
that was found in the wrapped
InputStream
object.
Writer
implementation that outputs to a StringBuilder
.StringBuilder
instance with default capacity.
StringBuilder
instance with the specified capacity.
StringBuilder
.
InputStream
as a byte[]
.
Reader
as a byte[]
using the default character encoding of the platform.
Reader
as a byte[]
using the specified character encoding.
String.getBytes()
InputStream
as a character array
using the default character encoding of the platform.
InputStream
as a character array
using the specified character encoding.
Reader
as a character array.
InputStream
as a String
using the default character encoding of the platform.
InputStream
as a String
using the specified character encoding.
Reader
as a String.
String.String(byte[])
String.String(byte[],String)
StringBuilder.toString()
.
String
representation of this BOM
value.
UnicodeBOMInputStream
class wraps any
InputStream
and detects the presence of any Unicode BOM
(Byte Order Mark) at its beginning, as defined by
RFC 3629 - UTF-8, a transformation format of ISO 10646
The
Unicode FAQ
defines 5 types of BOMs:
00 00 FE FF = UTF-32, big-endian
FF FE 00 00 = UTF-32, little-endian
FE FF = UTF-16, big-endian
FF FE = UTF-16, little-endian
EF BB BF = UTF-8
Use the UnicodeBOMInputStream.getBOM()
method to know whether a BOM has been detected
or not.UnicodeBOMInputStream
that wraps the
specified InputStream
.
byte[]
to an OutputStream
.
byte[]
to chars on a Writer
using the default character encoding of the platform.
byte[]
to chars on a Writer
using the specified character encoding.
char[]
to a Writer
using the default character encoding of the platform.
char[]
to bytes on an
OutputStream
.
char[]
to bytes on an
OutputStream
using the specified character encoding.
CharSequence
to a Writer
.
CharSequence
to bytes on an
OutputStream
using the default character encoding of the
platform.
CharSequence
to bytes on an
OutputStream
using the specified character encoding.
String
to a Writer
.
String
to bytes on an
OutputStream
using the default character encoding of the
platform.
String
to bytes on an
OutputStream
using the specified character encoding.
StringBuilder
.
StringBuilder
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |