C# 클래스 LibAPNG.acTLChunk

상속: Chunk
파일 보기 프로젝트 열기: xupefei/APNG.NET 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ParseData() 보호된 메소드

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

acTLChunk() 공개 메소드

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

acTLChunk() 공개 메소드

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

acTLChunk() 공개 메소드

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