Interface TTFTableOutputStream
public interface TTFTableOutputStream
An interface for writing a TrueType table to an output stream.
-
Method Summary
Modifier and Type Method Description voidstreamTable(byte[] ttfData, int offset, int size)Streams a table from the given byte array.
-
Method Details
-
streamTable
void streamTable(byte[] ttfData, int offset, int size) throws java.io.IOExceptionStreams a table from the given byte array.- Parameters:
ttfData- the source of the table to stream fromoffset- the position in the byte array where the table startssize- the size of the table in bytes- Throws:
java.io.IOException
-