C# 클래스 AlbLib.IFF.IFFFile

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

공개 프로퍼티들

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

공개 메소드들

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

Initializes new instance.

메소드 상세

IFFFile() 공개 메소드

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

프로퍼티 상세

FormatID 공개적으로 프로퍼티

File subformat.
public string FormatID
리턴 string

Length 공개적으로 프로퍼티

File length.
public int Length
리턴 int

TypeID 공개적으로 프로퍼티

Type ID of data.
public string TypeID
리턴 string