Package com.adobe.fontengine.font
Class FontInputStream
java.lang.Object
com.adobe.fontengine.font.FontInputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longbyte[]booleanisValidOffset(long offset) booleanisValidOffset(long offset, long length) static intnumFis()intread()intread(byte[] b) intread(byte[] b, int off, int len) longskipTo(long offset) voidunread(byte[] b) voidunread(byte[] b, int off, int len) voidunread(int b)
-
Constructor Details
-
FontInputStream
-
FontInputStream
-
FontInputStream
- Throws:
IOException
-
FontInputStream
-
-
Method Details
-
numFis
public static int numFis() -
close
- Throws:
IOException
-
isValidOffset
public boolean isValidOffset(long offset, long length) -
isValidOffset
public boolean isValidOffset(long offset) -
getCurrentOffset
public long getCurrentOffset() -
skipTo
- Throws:
IOExceptionInvalidFontException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
unread
- Throws:
IOException
-
unread
- Throws:
IOException
-
unread
- Throws:
IOException
-
getDigest
- Throws:
IOException
-