Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AlbLib
IFF
IFFNode
C# Class AlbLib.IFF.IFFNode
Exibir arquivo
Open project: IllidanS4/AlbLib
Protected Properties
Property
Type
Description
reader
IFFReader
Protected Methods
Method
Description
IFFNode
(
Stream
input
) :
System
Initializes new instance using stream.
Method Details
IFFNode()
protected
method
Initializes new instance using stream.
protected
IFFNode
(
Stream
input
) :
System
input
Stream
/// Input stream. ///
return
System
Property Details
reader
protected_oe property
IFF reader.
protected
IFFReader,AlbLib.IFF
reader
return
IFFReader