C# 클래스 OpenRA.FileFormats.Chunk

파일 보기 프로젝트 열기: cjshmyr/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompressedSize int
OutputSize int

공개 메소드들

메소드 설명
Read ( Stream s ) : Chunk

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream s ) : Chunk
s Stream
리턴 Chunk

프로퍼티 상세

CompressedSize 공개적으로 프로퍼티

public int CompressedSize
리턴 int

OutputSize 공개적으로 프로퍼티

public int OutputSize
리턴 int