Constructor HexView
HexView(Stream)
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()
public HexView()
public HexView(Stream source)
source
StreamThe Stream to view and edit as hex, this Stream must support seeking, or an exception will be thrown.
public HexView()