Interface FontDataInputSource
-
- All Known Implementing Classes:
FileFontDataInputSource,ResourceFontDataInputSource
public interface FontDataInputSourceCreation-Date: 15.12.2005, 15:48:56- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
getLength
long getLength()
-
readFullyAt
void readFullyAt(long position, byte[] buffer, int length) throws IOException- Throws:
IOException
-
readAt
int readAt(long position) throws IOExceptionReads a single byte, returns -1 if the end of the stream as been reached.- Parameters:
position-- Returns:
- Throws:
IOException
-
dispose
void dispose()
-
getFileName
String getFileName()
-
-