PTP
Release 5.0

org.eclipse.ptp.remote.core
Class NullInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.eclipse.ptp.remote.core.NullInputStream
All Implemented Interfaces:
Closeable

public class NullInputStream
extends InputStream


Constructor Summary
NullInputStream()
           
 
Method Summary
 int available()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
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 IOException
Specified by:
read in class InputStream
Throws:
IOException

available

public int available()
Overrides:
available in class InputStream

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.