C# 클래스 AlbLib.IFF.IFFNode

파일 보기 프로젝트 열기: IllidanS4/AlbLib

보호된 프로퍼티들

프로퍼티 타입 설명
reader IFFReader

보호된 메소드들

메소드 설명
IFFNode ( Stream input ) : System

Initializes new instance using stream.

메소드 상세

IFFNode() 보호된 메소드

Initializes new instance using stream.
protected IFFNode ( Stream input ) : System
input Stream /// Input stream. ///
리턴 System

프로퍼티 상세

reader 보호되어 있는 프로퍼티

IFF reader.
protected IFFReader,AlbLib.IFF reader
리턴 IFFReader