Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharacterFormatter ¶ added in v1.4.0
type CharacterFormatter interface {
Format(b byte) string // Get the colorized representation
SetPalette(map[uint8]clr.Color)
EofStr() string // String if EOF has been reached. for lining output.
}
CharacterFormatter displays bytes in X format
type OffsetFormatter ¶ added in v1.4.0
type OffsetFormatter interface {
FormatOffset(r ReadSeekerCloser) string
SetFileSize(int64) // For leading zeros information
}
OffsetFormatter is interface for displaying file offset in X format (where X might be hex, decimal, octal, ..)
Click to show internal directories.
Click to hide internal directories.