org.gjt.xpp.x2impl.x2pullparser
protected class X2PullParser.CumulativeReader extends Reader
| Constructor Summary | |
|---|---|
| CumulativeReader(Reader reader) Constructs this reader from another reader. | |
| Method Summary | |
|---|---|
| void | close() |
| boolean | getCumulative() |
| char[] | getCumulativeBuffer() |
| int | getCumulativeBufferAbsoluteEnd() |
| int | getCumulativeBufferAbsoluteStart() |
| int | getCumulativeBufferEnd() |
| int | getCumulativeBufferStart() |
| int | read(char[] ch, int offset, int length) |
| void | setCumulative(boolean value) |