com.upokecenter.ArrayWriter class
with a default buffer size.com.upokecenter.ArrayWriter class
with the given initial buffer size.CharacterReader class using a Unicode 16-bit
string; if the string begins with a byte-order mark (U + FEFF), it
won't be skipped, and any unpaired surrogate code points (U+D800 to
U + DFFF) in the string are replaced with replacement characters
(U + FFFD).CharacterReader class using a Unicode 16-bit
string; any unpaired surrogate code points (U + D800 to U + DFFF) in the
string are replaced with replacement characters (U + FFFD).CharacterReader class using a Unicode 16-bit
string.CharacterReader class.CharacterReader class.CharacterReader class; will read the stream as
UTF-8, skip the byte-order mark (U + FEFF) if it appears first in the
stream, and replace invalid byte sequences with replacement
characters (U + FFFD).CharacterReader class; will skip the byte-order
mark (U + FEFF) if it appears first in the stream.CharacterReader class; will skip the byte-order
mark (U + FEFF) if it appears first in the stream and replace invalid
byte sequences with replacement characters (U + FFFD).CharacterReader class.Encoding for Java documentation, generated in 2017.