Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
ContentIndexBankChunk Class Reference
Inheritance diagram for ContentIndexBankChunk:
BankChunk

Public Member Functions

 ContentIndexBankChunk (int dataSize, Stream inStream, BankChunk parent)
 
 ContentIndexBankChunk ()
 
override void Write (Stream outStream)
 
override string ToChunkDisplay ()
 
- Public Member Functions inherited from BankChunk
 BankChunk ()
 
 BankChunk (string chunkName, int chunkLen, Stream inStream, BankChunk parent)
 
virtual void Write (Stream outStream)
 
IEnumerable< BankChunkGetAllSubChunks ()
 
virtual string ToChunkDisplay ()
 
BankChunk GetParent ()
 

Public Attributes

List< IndexPageIndexPages
 
- Public Attributes inherited from BankChunk
string ChunkName
 
byte[] RawData
 
List< BankChunkSubChunks = new List<BankChunk>(0)
 Some chunks have subchunks More...
 

Static Public Attributes

static readonly string FixedChunkTitle = "ctdx"
 The defined name of this chunk. More...
 

Additional Inherited Members

- Protected Attributes inherited from BankChunk
BankChunk Parent
 References the containing object More...
 
- Properties inherited from BankChunk
long ChunkDataStartOffset [get]
 The offset in which this bank's data starts - + 8 after header & size. For name only this should not be used. More...
 

Constructor & Destructor Documentation

◆ ContentIndexBankChunk() [1/2]

ContentIndexBankChunk.ContentIndexBankChunk ( int  dataSize,
Stream  inStream,
BankChunk  parent 
)
inline

◆ ContentIndexBankChunk() [2/2]

ContentIndexBankChunk.ContentIndexBankChunk ( )
inline

Member Function Documentation

◆ Write()

override void ContentIndexBankChunk.Write ( Stream  outStream)
inlinevirtual

Reimplemented from BankChunk.

◆ ToChunkDisplay()

override string ContentIndexBankChunk.ToChunkDisplay ( )
inlinevirtual

Reimplemented from BankChunk.

Member Data Documentation

◆ FixedChunkTitle

readonly string ContentIndexBankChunk.FixedChunkTitle = "ctdx"
static

The defined name of this chunk.

◆ IndexPages

List<IndexPage> ContentIndexBankChunk.IndexPages

The documentation for this class was generated from the following file: