Class MetaRecord.ByteRecord
- java.lang.Object
-
- org.apache.batik.transcoder.wmf.tosvg.MetaRecord
-
- org.apache.batik.transcoder.wmf.tosvg.MetaRecord.ByteRecord
-
- Enclosing class:
- MetaRecord
public static class MetaRecord.ByteRecord extends MetaRecord
A record that contain byte arrays elements.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
MetaRecord.ByteRecord, MetaRecord.StringRecord
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
bstr
-
Fields inherited from class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
functionId, numPoints
-
-
Constructor Summary
Constructors Constructor Description ByteRecord(byte[] bstr)
-
Method Summary
-
Methods inherited from class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
addElement, AddElement, elementAt, ElementAt, EnsureCapacity
-
-