C# Class LibAPNG.Chunk

Afficher le fichier Open project: xupefei/APNG.NET Class Usage Examples

Méthodes publiques

Méthode Description
ModifyChunkData ( int postion, byte newData ) : void

Modify the ChunkData part.

ModifyChunkData ( int postion, uint newData ) : void

Modify the ChunkData part.

Méthodes protégées

Méthode Description
ParseData ( MemoryStream ms ) : void

Private Methods

Méthode Description
Chunk ( ) : System
Chunk ( Chunk chunk ) : System
Chunk ( MemoryStream ms ) : System
Chunk ( byte bytes ) : System

Method Details

ModifyChunkData() public méthode

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

ModifyChunkData() public méthode

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

ParseData() protected méthode

protected ParseData ( MemoryStream ms ) : void
ms System.IO.MemoryStream
Résultat void