org.sblim.wbem.http.io
Class PersistentInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.sblim.wbem.http.io.PersistentInputStream

public class PersistentInputStream
extends java.io.FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
PersistentInputStream(java.io.InputStream is)
           
PersistentInputStream(java.io.InputStream is, boolean closable)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.FilterInputStream
available, 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

PersistentInputStream

public PersistentInputStream(java.io.InputStream is)

PersistentInputStream

public PersistentInputStream(java.io.InputStream is,
                             boolean closable)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.