Property | Type | Description | |
---|---|---|---|
Exports | List |
||
GeneralInfo | MetaInfo | ||
Header | HeaderInfo | ||
Imports | List |
||
Names | List |
||
Source | Stream | ||
verbose | bool |
Method | Description | |
---|---|---|
CloneEntry ( int uIndex ) : void | ||
CopyArray ( byte buff ) : byte[] | ||
FindClass ( string name ) : int | ||
FindNameOrAdd ( string name ) : int | ||
GetBiggestIndex ( ) : int | ||
GetLinkList ( int uindex ) : int[] | ||
GetName ( int index ) : string | ||
GetObjectClass ( int uindex ) : string | ||
GetObjectData ( int index ) : byte[] | ||
GetObjectData ( int offset, int size ) : byte[] | ||
GetObjectPath ( int uindex ) : string | ||
PCCPackage ( ) : System | ||
PCCPackage ( string pccpath, bool loadfull = true, bool verbosemode = false, bool closestream = false ) : System | ||
ReadFloat ( Stream s ) : float | ||
ReadInt ( Stream s ) : int | ||
ReadUInt ( Stream s ) : uint | ||
ReadUInt16 ( Stream s ) : ushort | ||
ReadUString ( Stream s ) : string | ||
Save ( string filePath = null ) : void | ||
WriteUString ( string text, Stream s ) : void | ||
getObjectName ( int uindex ) : string | ||
isName ( int index ) : bool |
Method | Description | |
---|---|---|
Load ( Stream s ) : void | ||
ReadChunks ( Stream s ) : void | ||
ReadExportTable ( ) : void | ||
ReadHeader ( Stream s ) : void | ||
ReadImportTable ( ) : void | ||
ReadNameTable ( ) : void | ||
UncompressBlock ( Stream s, uint CompSize, uint UnCompSize ) : byte[] | ||
UncompressBlock ( int ChunkIdx, int BlockIdx ) : byte[] | ||
UncompressRange ( uint offset, uint size ) : void |
public GetObjectClass ( int uindex ) : string | ||
uindex | int | |
return | string |
public GetObjectData ( int offset, int size ) : byte[] | ||
offset | int | |
size | int | |
return | byte[] |
public PCCPackage ( string pccpath, bool loadfull = true, bool verbosemode = false, bool closestream = false ) : System | ||
pccpath | string | |
loadfull | bool | |
verbosemode | bool | |
closestream | bool | |
return | System |
public WriteUString ( string text, Stream s ) : void | ||
text | string | |
s | Stream | |
return | void |