ggz.client.core
Class Net.SwappableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by ggz.client.core.Net.SwappableInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
Net

protected class Net.SwappableInputStream
extends java.io.FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
protected Net.SwappableInputStream(java.io.InputStream initial)
           
 
Method Summary
protected  void setInputStream(java.io.InputStream in)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Net.SwappableInputStream

protected Net.SwappableInputStream(java.io.InputStream initial)
Method Detail

setInputStream

protected void setInputStream(java.io.InputStream in)