protected class X2PullParser.CumulativeReader
extends java.io.Reader
Constructor | Description |
---|---|
CumulativeReader(java.io.Reader reader) |
Constructs this reader from another reader.
|
Modifier and Type | Method | 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 class java.io.Reader
public int read(char[] ch, int offset, int length) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API