C# Class PERWAPI.MetaDataInStream

Stream in the Meta Data (#Strings, #US, #Blob and #GUID)
Inheritance: System.IO.BinaryReader
Mostrar archivo Open project: xored/f4 Class Usage Examples

Protected Properties

Property Type Description
data byte[]

Public Methods

Method Description
MetaDataInStream ( byte streamBytes ) : System
ReadCompressedNum ( ) : uint

Private Methods

Method Description
AtEnd ( ) : bool
GetBlob ( uint ix ) : byte[]
GetBlob ( uint ix, int len ) : byte[]
GetBlobString ( ) : string
GetBlobString ( uint ix ) : string
GetString ( uint ix ) : string
GoToIndex ( uint ix ) : void

Method Details

MetaDataInStream() public method

public MetaDataInStream ( byte streamBytes ) : System
streamBytes byte
return System

ReadCompressedNum() public method

public ReadCompressedNum ( ) : uint
return uint

Property Details

data protected_oe property

protected byte[] data
return byte[]