public class DataBlocketteUnknown extends DataBlockette
| Modifier and Type | Field and Description |
|---|---|
protected int |
type |
info, swapBytes| Constructor and Description |
|---|
DataBlocketteUnknown(byte[] info,
int type,
boolean swapBytes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getSize() |
boolean |
getSwapBytes() |
int |
getType() |
byte[] |
toBytes() |
void |
writeASCII(java.io.PrintWriter out)
Writes an ASCII version of the blockette.
|
toBytes, trimToSize, writeparseBlockette, toString, writeASCIIpublic DataBlocketteUnknown(byte[] info,
int type,
boolean swapBytes)
public byte[] toBytes()
toBytes in class DataBlockettepublic void writeASCII(java.io.PrintWriter out)
BlockettewriteASCII in class Blocketteout - a Writerpublic boolean getSwapBytes()