C# Class PERWAPI.MetaDataStream

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

Private Methods

Method Description
Add ( System.Guid guid ) : uint
Add ( byte blob ) : uint
Add ( char ch ) : uint
Add ( double val ) : uint
Add ( float val ) : uint
Add ( long val, uint numBytes ) : uint
Add ( string str, bool prependSize ) : uint
Add ( ulong val, uint numBytes ) : uint
CompressNum ( uint val ) : void
EndStream ( ) : void
LargeIx ( ) : bool
MetaDataStream ( char name, System enc, bool addInitByte ) : System
MetaDataStream ( char name, bool addInitByte ) : System
QuadAlign ( ) : void
Size ( ) : uint
Write ( BinaryWriter output ) : void
WriteDetails ( ) : void
WriteHeader ( BinaryWriter output ) : void
headerSize ( ) : uint