Class MetaRecord.ByteRecord
java.lang.Object
org.apache.batik.transcoder.wmf.tosvg.MetaRecord
org.apache.batik.transcoder.wmf.tosvg.MetaRecord.ByteRecord
- Enclosing class:
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
FieldsFields inherited from class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
functionId, numPoints
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
addElement, AddElement, elementAt, ElementAt, EnsureCapacity
-
Field Details
-
bstr
public final byte[] bstr
-
-
Constructor Details
-
ByteRecord
public ByteRecord(byte[] bstr)
-