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