org.pentaho.reporting.libraries.fonts.io
public class FileFontDataInputSource extends Object implements FontDataInputSource
| Constructor Summary | |
|---|---|
| FileFontDataInputSource(File file) | |
| Method Summary | |
|---|---|
| void | dispose() |
| boolean | equals(Object o) |
| File | getFile() |
| String | getFileName() |
| long | getLength() |
| int | hashCode() |
| int | readAt(long position, byte[] buffer, int offset, int length) |
| int | readAt(long position) |
| void | readFullyAt(long position, byte[] buffer, int length) |