igeo
Class IPrintWrapper

java.lang.Object
  extended by java.io.OutputStream
      extended by igeo.IPrintWrapper
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class IPrintWrapper
extends java.io.OutputStream


Constructor Summary
IPrintWrapper()
           
 
Method Summary
 void p(java.lang.String str)
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPrintWrapper

public IPrintWrapper()
Method Detail

p

public void p(java.lang.String str)

write

public void write(byte[] b)
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
Overrides:
write in class java.io.OutputStream

write

public void write(int b)
Specified by:
write in class java.io.OutputStream