org.syrup.test
Class NullInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.syrup.test.NullInputStream

public class NullInputStream
extends java.io.InputStream

An InputStream that hasn't got any input.

Author:
Robbert van Dalen

Constructor Summary
NullInputStream()
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, 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

NullInputStream

public NullInputStream()
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException