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, writeASCIIprotected 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)
BlockettewriteASCII in class Blocketteout - a Writerpublic boolean getSwapBytes()