FileFontDataInputSource, ResourceFontDataInputSourcepublic interface FontDataInputSource
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispose() |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.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 java.io.IOException
java.io.IOExceptionint readAt(long position)
throws java.io.IOException
position - java.io.IOExceptionvoid dispose()
java.lang.String getFileName()
boolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Object