Class HexWriter
Assembly: cs.temp.dll.dll
Syntax
Constructors
HexWriter(Byte[])
Declaration
public HexWriter(byte[] data)
Parameters
| Type |
Name |
Description |
| Byte[] |
data |
|
Properties
Data
Declaration
public byte[] Data { get; }
Property Value
End
Last byte to be displayed
Declaration
public int End { get; set; }
Property Value
Offset
Offset to be added to the printed position
Declaration
public int Offset { get; set; }
Property Value
Start
First byte to be displayed
Declaration
public int Start { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
ToString(Stream, Int32, Int32)
Declaration
public static string ToString(Stream stream, int start, int length)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
| Int32 |
start |
|
| Int32 |
length |
|
Returns
ToString(Byte[])
Declaration
public static string ToString(byte[] data)
Parameters
| Type |
Name |
Description |
| Byte[] |
data |
|
Returns
ToString(Byte[], Int32, Int32)
Declaration
public static string ToString(byte[] data, int start, int length)
Parameters
Returns