Table of Contents

Constructor HexView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

HexView(Stream)

Initializes a HexView class using Computed layout.

public HexView(Stream source)

Parameters

source Stream

The Stream to view and edit as hex, this Stream must support seeking, or an exception will be thrown.

HexView()

Initializes a HexView class using Computed layout.

public HexView()