C# Class FEngLib.Chunks.FrontendObjectContainerChunk

Inheritance: FrontendObjectChunk
Show file Open project: NFSTools/FEngLib

Public Methods

Method Description
FrontendObjectContainerChunk ( IObject frontendObject ) : System.IO
GetChunkType ( ) : FrontendChunkType
Read ( Package package, ObjectReaderState readerState, BinaryReader reader ) : IObject

Method Details

FrontendObjectContainerChunk() public method

public FrontendObjectContainerChunk ( IObject frontendObject ) : System.IO
frontendObject IObject
return System.IO

GetChunkType() public method

public GetChunkType ( ) : FrontendChunkType
return FrontendChunkType

Read() public method

public Read ( Package package, ObjectReaderState readerState, BinaryReader reader ) : IObject
package Package
readerState ObjectReaderState
reader BinaryReader
return IObject