public interface Reader
| Modifier and Type | Method and Description |
|---|---|
int |
read(FontInputStream stream)
Read the next byte from the input stream.
|
void |
unreadLast(FontInputStream stream) |
int read(FontInputStream stream) throws IOException, InvalidFontException
stream - IOException - Propogated from stream.readInvalidFontException - Thrown if EOF is hit.void unreadLast(FontInputStream stream) throws IOException
IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved