Uses of Class
org.codehaus.stax2.io.Stax2Result
Packages that use Stax2Result
-
Uses of Stax2Result in org.codehaus.stax2.io
Subclasses of Stax2Result in org.codehaus.stax2.ioModifier and TypeClassDescriptionclass
This is the mid-level abstract base class forStax2Result
s that an be used to write to in-memory (low-level) data structures, such as byte and char arrays, StringBuffers and so forth.class
Simple implementation ofStax2ReferentialResult
, which refers to the specific file.class
This is the mid-level abstract base class forStax2Result
s that refer to a resource in such a way, that an efficientOutputStream
orWriter
can be constructed.