C# Class Girl.PEAnalyzer.HeaderBase

ここにクラスの説明を書きます。
ファイルを表示 Open project: higepon/mona

Protected Properties

Property Type Description
data byte[]
offset int
title string

Public Methods

Method Description
AppendTitle ( string text ) : void
GetInfos ( StringBuilder sb ) : void
GetOffset ( ) : int
GetTitle ( ) : string
ReadData ( byte data, int offset ) : void
ReadDataDummy ( byte data, int offset ) : void

Protected Methods

Method Description
GetInfo ( int offset, byte v, string desc ) : string
GetInfo ( int offset, int v, string desc ) : string
GetInfo ( int offset, long v, string desc ) : string
GetInfo ( int offset, short v, string desc ) : string
ReadByte ( int offset ) : byte
ReadBytes ( int offset, int size ) : byte[]
ReadInt16 ( int offset ) : short
ReadInt32 ( int offset ) : int
ReadInt64 ( int offset ) : long

Method Details

AppendTitle() public method

public AppendTitle ( string text ) : void
text string
return void

GetInfo() protected method

protected GetInfo ( int offset, byte v, string desc ) : string
offset int
v byte
desc string
return string

GetInfo() protected method

protected GetInfo ( int offset, int v, string desc ) : string
offset int
v int
desc string
return string

GetInfo() protected method

protected GetInfo ( int offset, long v, string desc ) : string
offset int
v long
desc string
return string

GetInfo() protected method

protected GetInfo ( int offset, short v, string desc ) : string
offset int
v short
desc string
return string

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

GetOffset() public method

public GetOffset ( ) : int
return int

GetTitle() public method

public GetTitle ( ) : string
return string

ReadByte() protected method

protected ReadByte ( int offset ) : byte
offset int
return byte

ReadBytes() protected method

protected ReadBytes ( int offset, int size ) : byte[]
offset int
size int
return byte[]

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

ReadDataDummy() public method

public ReadDataDummy ( byte data, int offset ) : void
data byte
offset int
return void

ReadInt16() protected method

protected ReadInt16 ( int offset ) : short
offset int
return short

ReadInt32() protected method

protected ReadInt32 ( int offset ) : int
offset int
return int

ReadInt64() protected method

protected ReadInt64 ( int offset ) : long
offset int
return long

Property Details

data protected_oe property

protected byte[] data
return byte[]

offset protected_oe property

protected int offset
return int

title protected_oe property

protected string title
return string