Class Program
java.lang.Object
org.apache.batik.svggen.font.table.Program
- Direct Known Subclasses:
FpgmTable, GlyfDescript, PrepTable
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshort[]protected voidreadInstructions(ByteArrayInputStream bais, int count) protected voidreadInstructions(RandomAccessFile raf, int count)
-
Field Details
-
instructions
private short[] instructions
-
-
Constructor Details
-
Program
public Program()
-
-
Method Details
-
getInstructions
public short[] getInstructions() -
readInstructions
- Throws:
IOException
-
readInstructions
-