Class Program
java.lang.Object
org.apache.batik.svggen.font.table.Program
- Direct Known Subclasses:
FpgmTable
,GlyfDescript
,PrepTable
- Version:
- $Id: Program.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshort[]
protected void
readInstructions
(ByteArrayInputStream bais, int count) protected void
readInstructions
(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
-