Package org.gjt.xpp.x2impl.x2pullparser
Class X2PullParser.CumulativeReader
java.lang.Object
java.io.Reader
org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Enclosing class:
X2PullParser
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
char[]
int
int
int
int
int
read
(char[] ch, int offset, int length) void
setCumulative
(boolean value) Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
-
Constructor Details
-
CumulativeReader
Constructs this reader from another reader.
-
-
Method Details
-
setCumulative
public void setCumulative(boolean value) -
getCumulative
public boolean getCumulative() -
getCumulativeBuffer
public char[] getCumulativeBuffer() -
getCumulativeBufferAbsoluteStart
public int getCumulativeBufferAbsoluteStart() -
getCumulativeBufferAbsoluteEnd
public int getCumulativeBufferAbsoluteEnd() -
getCumulativeBufferStart
public int getCumulativeBufferStart() -
getCumulativeBufferEnd
public int getCumulativeBufferEnd() -
close
public void close() -
read
- Specified by:
read
in classReader
- Throws:
IOException
-