public interface TTFTableOutputStream
Modifier and Type | Method and Description |
---|---|
void |
streamTable(byte[] ttfData,
int offset,
int size)
Streams a table from the given byte array.
|
void streamTable(byte[] ttfData, int offset, int size) throws java.io.IOException
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 bytesjava.io.IOException
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.