Uses of Class
com.fasterxml.aalto.out.ByteXmlWriter
-
Packages that use ByteXmlWriter Package Description com.fasterxml.aalto.out -
-
Uses of ByteXmlWriter in com.fasterxml.aalto.out
Subclasses of ByteXmlWriter in com.fasterxml.aalto.out Modifier and Type Class Description classAsciiXmlWriterThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is 7-bit (US) Ascii.classLatin1XmlWriterThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is ISO-8859-1 (aka Latin1)classSingleByteXmlWriterThis is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.classUtf8XmlWriterThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is UTF-8.
-