AlbLib.IFF.IFFNode.IFFNode C# (CSharp) Method

IFFNode() protected method

Initializes new instance using stream.
protected IFFNode ( Stream input ) : System
input Stream /// Input stream. ///
return System
        protected IFFNode(Stream input)
        {
            reader = new IFFReader(input);
        }
IFFNode