de.netseeker.ejoe.io
Class LoggingInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by de.netseeker.ejoe.io.LoggingInputStream
All Implemented Interfaces:
java.io.Closeable

public class LoggingInputStream
extends java.io.FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
LoggingInputStream(java.io.InputStream in)
           
 
Method Summary
 int read(byte[] arr)
           
 int read(byte[] arr, int offset, int length)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingInputStream

public LoggingInputStream(java.io.InputStream in)
Parameters:
in -
Method Detail

read

public int read(byte[] arr,
                int offset,
                int length)
         throws java.io.IOException
Overrides:
read in class java.io.FilterInputStream
Throws:
java.io.IOException

read

public int read(byte[] arr)
         throws java.io.IOException
Overrides:
read in class java.io.FilterInputStream
Throws:
java.io.IOException


Copyright © 2005-2007 netseeker. All Rights Reserved.