multivalent.std.adaptor

Class HexDump

public class HexDump extends MediaAdaptorByte

Like od and strings, simple hex/ASCII dump catch all for general binary data that the user nevertheless wants to view.

LATER: different data formats like od

Version: $Revision: 1.3 $ $Date: 2002/10/16 09:12:37 $

Field Summary
static StringPREF_DISPLAY
static StringVALUE_HEX
static StringVALUE_MIXED
static StringVALUE_STRINGS
Method Summary
Objectparse(INode parent)
booleansemanticEventAfter(SemanticEvent se, String msg)
Choose among hex only, ASCII only, and mixed displays.
StringtoHTML()

Field Detail

PREF_DISPLAY

public static final String PREF_DISPLAY

VALUE_HEX

public static final String VALUE_HEX

VALUE_MIXED

public static final String VALUE_MIXED

VALUE_STRINGS

public static final String VALUE_STRINGS

Method Detail

parse

public Object parse(INode parent)

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)
Choose among hex only, ASCII only, and mixed displays.

toHTML

public String toHTML()