Uses of Class
org.jibx.runtime.impl.StreamWriterBase
-
Packages that use StreamWriterBase Package Description org.jibx.runtime.impl -
-
Uses of StreamWriterBase in org.jibx.runtime.impl
Subclasses of StreamWriterBase in org.jibx.runtime.impl Modifier and Type Class Description classISO88591StreamWriterHandler for marshalling text document to a UTF-8 output stream.classUTF8StreamWriterHandler for marshalling text document to a UTF-8 output stream.Constructors in org.jibx.runtime.impl with parameters of type StreamWriterBase Constructor Description StreamWriterBase(StreamWriterBase base, String[] uris)Copy constructor.
-