public static class DTDParser.StringBufferReader
extends java.io.Reader
| Constructor and Description |
|---|
DTDParser.StringBufferReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String pString)
Appends the given string to the input.
|
void |
close() |
int |
read(char[] pBuffer,
int pOffset,
int pLen) |
java.lang.String |
requestInput()
Invoked, if the internal buffer is empty.
|
public void append(java.lang.String pString)
public java.lang.String requestInput()
public int read(char[] pBuffer,
int pOffset,
int pLen)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOException