Uses of Class
org.codehaus.stax2.io.Stax2Source
-
Packages that use Stax2Source Package Description org.codehaus.stax2.io -
-
Uses of Stax2Source in org.codehaus.stax2.io
Subclasses of Stax2Source in org.codehaus.stax2.io Modifier and Type Class Description classStax2BlockSourceThis is the mid-level abstract base class forStax2Sources that an be used to access fixed-length in-memory data sources, such as byte and char arrays, Strings, StringBuffers and so forth.classStax2ByteArraySourceSimple implementation ofStax2BlockSourcethat encapsulates a byte array.classStax2CharArraySourceSimple implementation ofStax2BlockSourcethat encapsulates an char array.classStax2FileSourceSimple implementation ofStax2ReferentialSource, which refers to the specific file.classStax2ReferentialSourceThis is the mid-level abstract base class forStax2Sources that refer to a resource in such a way, that an efficientInputStreamorReadercan be constructed.classStax2StringSourceSimple implementation ofStax2BlockSourcethat encapsulates a simpleString.classStax2URLSourceSimple implementation ofStax2ReferentialSource, which refers to the specific file.
-