static class WMFWriter.Record
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private short |
function |
private short[] |
parameters |
protected int |
size |
Constructor and Description |
---|
Record(int function,
int[] parameters) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
print(java.io.Writer out) |
(package private) int |
size() |
(package private) void |
write(java.io.OutputStream out) |