|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stax2Source | |
---|---|
org.codehaus.stax2.io |
Uses of Stax2Source in org.codehaus.stax2.io |
---|
Subclasses of Stax2Source in org.codehaus.stax2.io | |
---|---|
class |
Stax2BlockSource
This is the mid-level abstract base class for Stax2Source 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 |
Stax2ByteArraySource
Simple implementation of Stax2BlockSource that encapsulates
a byte array. |
class |
Stax2CharArraySource
Simple implementation of Stax2BlockSource that encapsulates
an char array. |
class |
Stax2FileSource
Simple implementation of Stax2ReferentialSource , which refers
to the specific file. |
class |
Stax2ReferentialSource
This is the mid-level abstract base class for Stax2Source s
that refer to a resource in such a way, that an efficient
InputStream or Reader can be constructed. |
class |
Stax2StringSource
Simple implementation of Stax2BlockSource that encapsulates
a simple String . |
class |
Stax2URLSource
Simple implementation of Stax2ReferentialSource , which refers
to the specific file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |