de.bsvrz.sys.funclib.hexdump
Class HexDumper.StringOutput

java.lang.Object
  extended by de.bsvrz.sys.funclib.hexdump.HexDumper.StringOutput
All Implemented Interfaces:
HexDumper.DumpOutput
Enclosing class:
HexDumper

private static class HexDumper.StringOutput
extends Object
implements HexDumper.DumpOutput


Field Summary
private  StringBuffer _output
           
private static String LINE_SEPARATOR
           
private static int LINE_SEPARATOR_LENGTH
           
 
Constructor Summary
private HexDumper.StringOutput()
           
 
Method Summary
 void println(String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

private static final String LINE_SEPARATOR

LINE_SEPARATOR_LENGTH

private static final int LINE_SEPARATOR_LENGTH

_output

private StringBuffer _output
Constructor Detail

HexDumper.StringOutput

private HexDumper.StringOutput()
Method Detail

println

public void println(String message)
Specified by:
println in interface HexDumper.DumpOutput

toString

public String toString()
Overrides:
toString in class Object