C# 클래스 hOOt.Cache

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 프로퍼티들

프로퍼티 타입 설명
FileOffset long
LastBitSaveLength int
isDirty bool
isLoaded bool

공개 메소드들

메소드 설명
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

메소드 상세

FreeMemory() 공개 메소드

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

GetBitmap() 공개 메소드

public GetBitmap ( ) : WAHBitArray
리턴 WAHBitArray

GetCompressedBits() 공개 메소드

public GetCompressedBits ( ) : uint[]
리턴 uint[]

Op() 공개 메소드

public Op ( WAHBitArray bits, OPERATION op ) : WAHBitArray
bits WAHBitArray
op OPERATION
리턴 WAHBitArray

SetBit() 공개 메소드

public SetBit ( int index, bool val ) : void
index int
val bool
리턴 void

SetCompressedBits() 공개 메소드

public SetCompressedBits ( uint bits ) : void
bits uint
리턴 void

프로퍼티 상세

FileOffset 공개적으로 프로퍼티

public long FileOffset
리턴 long

LastBitSaveLength 공개적으로 프로퍼티

public int LastBitSaveLength
리턴 int

isDirty 공개적으로 프로퍼티

public bool isDirty
리턴 bool

isLoaded 공개적으로 프로퍼티

public bool isLoaded
리턴 bool