Uses of Class
org.codehaus.stax2.io.Stax2Source
Packages that use Stax2Source
-
Uses of Stax2Source in org.codehaus.stax2.io
Subclasses of Stax2Source in org.codehaus.stax2.ioModifier and TypeClassDescriptionclass
This is the mid-level abstract base class forStax2Source
s that an be used to access fixed-length in-memory data sources, such as byte and char arrays, Strings, StringBuffers and so forth.class
Simple implementation ofStax2BlockSource
that encapsulates a byte array.class
Simple implementation ofStax2BlockSource
that encapsulates an char array.class
Simple implementation ofStax2ReferentialSource
, which refers to the specific file.class
This is the mid-level abstract base class forStax2Source
s that refer to a resource in such a way, that an efficientInputStream
orReader
can be constructed.class
Simple implementation ofStax2BlockSource
that encapsulates a simpleString
.class
Simple implementation ofStax2ReferentialSource
, which refers to the specific file.