protected class X2PullParser.CumulativeReader
extends java.io.Reader
| Constructor and Description |
|---|
CumulativeReader(java.io.Reader reader)
Constructs this reader from another reader.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public CumulativeReader(java.io.Reader reader)
public void setCumulative(boolean value)
public boolean getCumulative()
public char[] getCumulativeBuffer()
public int getCumulativeBufferAbsoluteStart()
public int getCumulativeBufferAbsoluteEnd()
public int getCumulativeBufferStart()
public int getCumulativeBufferEnd()
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerpublic int read(char[] ch,
int offset,
int length)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionCopyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API