C# 클래스 AlbLib.IFF.IFFChunk

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

공개 프로퍼티들

프로퍼티 타입 설명
Length int
TypeID string

공개 메소드들

메소드 설명
IFFChunk ( string typeid, int length ) : System

Initializes new instance.

메소드 상세

IFFChunk() 공개 메소드

Initializes new instance.
public IFFChunk ( string typeid, int length ) : System
typeid string
length int
리턴 System

프로퍼티 상세

Length 공개적으로 프로퍼티

Chunk length.
public int Length
리턴 int

TypeID 공개적으로 프로퍼티

Type ID of data.
public string TypeID
리턴 string