Uses of Class
org.codehaus.stax2.io.Stax2Result

Packages that use Stax2Result
org.codehaus.stax2.io   
 

Uses of Stax2Result in org.codehaus.stax2.io
 

Subclasses of Stax2Result in org.codehaus.stax2.io
 class Stax2BlockResult
          This is the mid-level abstract base class for Stax2Results that an be used to write to in-memory (low-level) data structures, such as byte and char arrays, StringBuffers and so forth.
 class Stax2FileResult
          Simple implementation of Stax2ReferentialResult, which refers to the specific file.
 class Stax2ReferentialResult
          This is the mid-level abstract base class for Stax2Results that refer to a resource in such a way, that an efficient OutputStream or Writer can be constructed.
 



Copyright © 2011 Codehaus. All Rights Reserved.