C# Class LibAPNG.OtherChunk

Inheritance: Chunk
ファイルを表示 Open project: xupefei/APNG.NET Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ParseData ( MemoryStream ms ) : void

Method Details

OtherChunk() public method

public OtherChunk ( Chunk chunk ) : System.IO
chunk Chunk
return System.IO

OtherChunk() public method

public OtherChunk ( MemoryStream ms ) : System.IO
ms System.IO.MemoryStream
return System.IO

OtherChunk() public method

public OtherChunk ( byte bytes ) : System.IO
bytes byte
return System.IO

ParseData() protected method

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