| Constructor and Description |
|---|
UnknownChunk(long length,
int chunkValue,
byte[] data,
long crc) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChunkValue() |
boolean |
isValidCRC() |
java.lang.String |
toString() |
void |
write(java.io.OutputStream os) |
calculateCRC, calculateCRC, compareTo, equals, getChunkType, getCRC, getData, getLength, hashCodepublic UnknownChunk(long length,
int chunkValue,
byte[] data,
long crc)
public int getChunkValue()
public boolean isValidCRC()
isValidCRC in class Chunkpublic void write(java.io.OutputStream os)
throws java.io.IOException