Package org.codehaus.stax2.io
package org.codehaus.stax2.io
-
ClassDescriptionInterface that defines API for the factories stream writers use for creating "escaping writers".This is the mid-level abstract base class for
Stax2Result
s that an be used to write to in-memory (low-level) data structures, such as byte and char arrays, StringBuffers and so forth.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.Simple implementation ofStax2BlockSource
that encapsulates a byte array.Simple implementation ofStax2BlockSource
that encapsulates an char array.Simple implementation ofStax2ReferentialResult
, which refers to the specific file.Simple implementation ofStax2ReferentialSource
, which refers to the specific file.This is the mid-level abstract base class forStax2Result
s that refer to a resource in such a way, that an efficientOutputStream
orWriter
can be constructed.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.This is the base class for additional output results (implementations ofResult
) that Stax2XMLInputFactory2
implementations should support.This is the base class for additional input sources (implementations ofSource
) that Stax2XMLInputFactory2
implementations should support.Simple implementation ofStax2BlockSource
that encapsulates a simpleString
.Simple implementation ofStax2ReferentialSource
, which refers to the specific file.