C# Class LibAPNG.Chunk

Show file Open project: xupefei/APNG.NET Class Usage Examples

Public Methods

Method Description
ModifyChunkData ( int postion, byte newData ) : void

Modify the ChunkData part.

ModifyChunkData ( int postion, uint newData ) : void

Modify the ChunkData part.

Protected Methods

Method Description
ParseData ( MemoryStream ms ) : void

Private Methods

Method Description
Chunk ( ) : System
Chunk ( Chunk chunk ) : System
Chunk ( MemoryStream ms ) : System
Chunk ( byte bytes ) : System

Method Details

ModifyChunkData() public method

Modify the ChunkData part.
public ModifyChunkData ( int postion, byte newData ) : void
postion int
newData byte
return void

ModifyChunkData() public method

Modify the ChunkData part.
public ModifyChunkData ( int postion, uint newData ) : void
postion int
newData uint
return void

ParseData() protected method

protected ParseData ( MemoryStream ms ) : void
ms System.IO.MemoryStream
return void