C# Class hOOt.Cache

Show file Open project: TargetProcess/Target-Process-Plugins

Public Properties

Property Type Description
FileOffset long
LastBitSaveLength int
isDirty bool
isLoaded bool

Public Methods

Method Description
FreeMemory ( bool unload, bool freeUncompressedMemory = true ) : void
GetBitmap ( ) : WAHBitArray
GetCompressedBits ( ) : uint[]
Op ( WAHBitArray bits, OPERATION op ) : WAHBitArray
SetBit ( int index, bool val ) : void
SetCompressedBits ( uint bits ) : void

Method Details

FreeMemory() public method

public FreeMemory ( bool unload, bool freeUncompressedMemory = true ) : void
unload bool
freeUncompressedMemory bool
return void

GetBitmap() public method

public GetBitmap ( ) : WAHBitArray
return WAHBitArray

GetCompressedBits() public method

public GetCompressedBits ( ) : uint[]
return uint[]

Op() public method

public Op ( WAHBitArray bits, OPERATION op ) : WAHBitArray
bits WAHBitArray
op OPERATION
return WAHBitArray

SetBit() public method

public SetBit ( int index, bool val ) : void
index int
val bool
return void

SetCompressedBits() public method

public SetCompressedBits ( uint bits ) : void
bits uint
return void

Property Details

FileOffset public property

public long FileOffset
return long

LastBitSaveLength public property

public int LastBitSaveLength
return int

isDirty public property

public bool isDirty
return bool

isLoaded public property

public bool isLoaded
return bool