org.pentaho.reporting.libraries.fonts.io
public interface FontDataInputSource
Method Summary | |
---|---|
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) |
Parameters: position
Returns:
Throws: IOException