org.apache.james.util
Class DebugInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.apache.james.util.DebugInputStream

public class DebugInputStream
extends java.io.InputStream


Constructor Summary
DebugInputStream(java.io.InputStream in)
           
 
Method Summary
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugInputStream

public DebugInputStream(java.io.InputStream in)
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.io.InputStream


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.