com.mebigfatguy.patchanim.encoders
Class Chunk
java.lang.Object
com.mebigfatguy.patchanim.encoders.Chunk
public class Chunk
- extends java.lang.Object
Constructor Summary |
Chunk(int len,
int chunkType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
length
public int length
type
public int type
data
public byte[] data
crc
public int crc
Chunk
public Chunk(int len,
int chunkType)
write
public void write(java.io.DataOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
injectInt
public void injectInt(int offset,
int value)
injectShort
public void injectShort(int offset,
int value)
injectByte
public void injectByte(int offset,
int value)
calcCRC
public void calcCRC()
Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.