Uses of Class
org.codehaus.stax2.io.Stax2Result
-
Packages that use Stax2Result Package Description org.codehaus.stax2.io -
-
Uses of Stax2Result in org.codehaus.stax2.io
Subclasses of Stax2Result in org.codehaus.stax2.io Modifier and Type Class Description classStax2BlockResultThis is the mid-level abstract base class forStax2Results that an be used to write to in-memory (low-level) data structures, such as byte and char arrays, StringBuffers and so forth.classStax2FileResultSimple implementation ofStax2ReferentialResult, which refers to the specific file.classStax2ReferentialResultThis is the mid-level abstract base class forStax2Results that refer to a resource in such a way, that an efficientOutputStreamorWritercan be constructed.
-