Chapter 1. Overview

A simple FileHandler to display the contents of arbitrary files as plain text. It loads the opened files contents and displays it as if it were only containing text. This supports getting a quick glance into files of unknown nature, but care must be taken with very large files as their whole contents will be loaded into memory.

The FileHandler is a pure viewer and thus doesn't support any modification of the loaded data or saving it in any form.