public interface FontDataInputSource
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
boolean |
equals(Object o) |
String |
getFileName() |
long |
getLength() |
int |
hashCode() |
int |
readAt(long position)
Reads a single byte, returns -1 if the end of the stream as been reached.
|
void |
readFullyAt(long position,
byte[] buffer,
int length) |
long getLength()
void readFullyAt(long position,
byte[] buffer,
int length)
throws IOException
IOExceptionint readAt(long position)
throws IOException
position - IOExceptionvoid dispose()
String getFileName()