org.pentaho.reporting.libraries.fonts.io

Interface FontDataInputSource

public interface FontDataInputSource

Creation-Date: 15.12.2005, 15:48:56

Author: Thomas Morgner

Method Summary
voiddispose()
booleanequals(Object o)
StringgetFileName()
longgetLength()
inthashCode()
intreadAt(long position)
Reads a single byte, returns -1 if the end of the stream as been reached.
voidreadFullyAt(long position, byte[] buffer, int length)

Method Detail

dispose

public void dispose()

equals

public boolean equals(Object o)

getFileName

public String getFileName()

getLength

public long getLength()

hashCode

public int hashCode()

readAt

public int readAt(long position)
Reads a single byte, returns -1 if the end of the stream as been reached.

Parameters: position

Returns:

Throws: IOException

readFullyAt

public void readFullyAt(long position, byte[] buffer, int length)