C# Class GOBFile.File, DarkForcesUnity

ファイルを表示 Open project: joeriedel/DarkForcesUnity

Public Methods

Method Description
Load ( ) : byte[]
Read ( BinaryReader br, byte nameBuf ) : File

Private Methods

Method Description
File ( BinaryReader br, int ofs, int len, string name ) : System.Collections.Generic

Method Details

Load() public method

public Load ( ) : byte[]
return byte[]

Read() public static method

public static Read ( BinaryReader br, byte nameBuf ) : File
br BinaryReader
nameBuf byte
return File