Method | Description | |
---|---|---|
ModifyChunkData ( int postion, byte newData ) : void |
Modify the ChunkData part.
|
|
ModifyChunkData ( int postion, uint newData ) : void |
Modify the ChunkData part.
|
Method | Description | |
---|---|---|
ParseData ( |
Method | Description | |
---|---|---|
Chunk ( ) : System | ||
Chunk ( |
||
Chunk ( |
||
Chunk ( byte bytes ) : System |
public ModifyChunkData ( int postion, byte newData ) : void | ||
postion | int | |
newData | byte | |
return | void |
public ModifyChunkData ( int postion, uint newData ) : void | ||
postion | int | |
newData | uint | |
return | void |
protected ParseData ( |
||
ms | ||
return | void |