public interface IRtfSource
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Read a single byte.
|
int |
read(byte[] b)
Read enough bytes to fill the array.
|
void |
unread(int c)
Push back a single byte to allow it to be read again by the parser.
|
int read() throws IOException
IOExceptionvoid unread(int c)
throws IOException
IOExceptionint read(byte[] b) throws IOException
IOExceptionCopyright © 2013–2018. All rights reserved.