Class Program
- java.lang.Object
-
- org.apache.batik.svggen.font.table.Program
-
- Direct Known Subclasses:
FpgmTable
,GlyfDescript
,PrepTable
public abstract class Program extends java.lang.Object
- Version:
- $Id: Program.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private short[]
instructions
-
Constructor Summary
Constructors Constructor Description Program()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short[]
getInstructions()
protected void
readInstructions(java.io.ByteArrayInputStream bais, int count)
protected void
readInstructions(java.io.RandomAccessFile raf, int count)
-
-
-
Method Detail
-
getInstructions
public short[] getInstructions()
-
readInstructions
protected void readInstructions(java.io.RandomAccessFile raf, int count) throws java.io.IOException
- Throws:
java.io.IOException
-
readInstructions
protected void readInstructions(java.io.ByteArrayInputStream bais, int count)
-
-