public class BlocketteUnknown extends Blockette
Modifier and Type | Field and Description |
---|---|
protected byte[] |
info |
protected boolean |
swapBytes |
protected int |
type |
Constructor and Description |
---|
BlocketteUnknown(byte[] info,
int type,
boolean swapBytes) |
Modifier and Type | Method and Description |
---|---|
int |
calcSize() |
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.
|
parseBlockette, toString, writeASCII
protected int type
protected byte[] info
protected boolean swapBytes
public BlocketteUnknown(byte[] info, int type, boolean swapBytes)
public int calcSize()
public void writeASCII(java.io.PrintWriter out)
Blockette
writeASCII
in class Blockette
out
- a Writerpublic boolean getSwapBytes()