Interface FontDataInputSource
- All Known Implementing Classes:
- FileFontDataInputSource,- ResourceFontDataInputSource
public interface FontDataInputSource
Creation-Date: 15.12.2005, 15:48:56
- Author:
- Thomas Morgner
- 
Method SummaryModifier and TypeMethodDescriptionvoiddispose()booleanlonginthashCode()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 Details- 
getLengthlong getLength()
- 
readFullyAt- Throws:
- IOException
 
- 
readAtReads a single byte, returns -1 if the end of the stream as been reached.- Parameters:
- position-
- Returns:
- Throws:
- IOException
 
- 
disposevoid dispose()
- 
getFileNameString getFileName()
- 
equals
- 
hashCodeint hashCode()
 
-