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, hashCode
public UnknownChunk(long length, int chunkValue, byte[] data, long crc)
public int getChunkValue()
public boolean isValidCRC()
isValidCRC
in class Chunk
public void write(java.io.OutputStream os) throws java.io.IOException