C# Class PERWAPI.MetaDataInStream

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

Protected Properties

Свойство Type Description
data byte[]

Méthodes publiques

Méthode Description
MetaDataInStream ( byte streamBytes ) : System
ReadCompressedNum ( ) : uint

Private Methods

Méthode 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 méthode

public MetaDataInStream ( byte streamBytes ) : System
streamBytes byte
Résultat System

ReadCompressedNum() public méthode

public ReadCompressedNum ( ) : uint
Résultat uint

Property Details

data protected_oe property

protected byte[] data
Résultat byte[]