Constructor HexView
HexView(Stream?)
Initializes a HexView class.
public HexView(Stream? source)
Parameters
source
StreamThe Stream to view and edit as hex, this Stream must support seeking, or an exception will be thrown.
HexView()
Initializes a HexView class.
public HexView()