C# 클래스 LibAPNG.fcTLChunk

상속: Chunk
파일 보기 프로젝트 열기: xupefei/APNG.NET

공개 메소드들

메소드 설명
fcTLChunk ( Chunk chunk ) : System.IO
fcTLChunk ( MemoryStream ms ) : System.IO
fcTLChunk ( byte bytes ) : System.IO

보호된 메소드들

메소드 설명
ParseData ( MemoryStream ms ) : void

메소드 상세

ParseData() 보호된 메소드

protected ParseData ( MemoryStream ms ) : void
ms System.IO.MemoryStream
리턴 void

fcTLChunk() 공개 메소드

public fcTLChunk ( Chunk chunk ) : System.IO
chunk Chunk
리턴 System.IO

fcTLChunk() 공개 메소드

public fcTLChunk ( MemoryStream ms ) : System.IO
ms System.IO.MemoryStream
리턴 System.IO

fcTLChunk() 공개 메소드

public fcTLChunk ( byte bytes ) : System.IO
bytes byte
리턴 System.IO