| Modifier and Type | Field and Description |
|---|---|
protected String |
tag |
compressedData, paddingAdded, tableData| Constructor and Description |
|---|
Woff2Table(byte[] table,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
compress(byte[] bytes) |
byte[] |
getDirectoryData() |
WoffConstants.TableFlagType |
getFlag() |
String |
getTag() |
int |
getTransform() |
int |
getTransformedLength() |
void |
setTransform(int transform) |
getCompressedData, getTableData, origLength, padTableDataprotected String tag
public Woff2Table(byte[] table,
String tag)
protected byte[] compress(byte[] bytes)
throws IOException
compress in class WoffTableIOExceptionpublic byte[] getDirectoryData()
throws IOException
getDirectoryData in class WoffTableIOExceptionpublic int getTransformedLength()
throws IOException
IOExceptionpublic void setTransform(int transform)
public int getTransform()
public WoffConstants.TableFlagType getFlag()
Copyright © 2018. All rights reserved.