joeq.Runtime
Class DebugImpl

java.lang.Object
  extended by joeq.Runtime.DebugImpl
All Implemented Interfaces:
jwutil.util.Assert.DebugDelegate

public class DebugImpl
extends Object
implements jwutil.util.Assert.DebugDelegate

Version:
$Id: DebugImpl.java,v 1.5 2004/12/10 10:53:31 joewhaley Exp $
Author:
Michael Martin

Constructor Summary
DebugImpl()
           
 
Method Summary
 void die(int code)
           
 void write(byte[] msg, int size)
           
 void write(String msg)
           
 void writeln(byte[] msg, int size)
           
 void writeln(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugImpl

public DebugImpl()
Method Detail

write

public void write(byte[] msg,
                  int size)
Specified by:
write in interface jwutil.util.Assert.DebugDelegate

write

public void write(String msg)
Specified by:
write in interface jwutil.util.Assert.DebugDelegate

writeln

public void writeln(byte[] msg,
                    int size)
Specified by:
writeln in interface jwutil.util.Assert.DebugDelegate

writeln

public void writeln(String msg)
Specified by:
writeln in interface jwutil.util.Assert.DebugDelegate

die

public void die(int code)
Specified by:
die in interface jwutil.util.Assert.DebugDelegate


Copyright © 2001-2005 John Whaley. All Rights Reserved.