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.Reader
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException