class OSArrayTag extends MatTag
| Modifier and Type | Field and Description |
|---|---|
private java.nio.ByteBuffer |
data |
| Constructor and Description |
|---|
OSArrayTag(int type,
byte[] data)
Creates TAG and stets its
size as size of byte array |
OSArrayTag(int type,
java.nio.ByteBuffer data)
Creates TAG and stets its
size as size of byte array |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(java.io.DataOutputStream os)
Writes tag and data to
DataOutputStream. |
getPadding, sizeOf, toString