org.semanticdesktop.aperture.extractor.microsoft.util
Class PoiUtil.NonCloseableStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.semanticdesktop.aperture.extractor.microsoft.util.PoiUtil.NonCloseableStream
All Implemented Interfaces:
Closeable
Enclosing class:
PoiUtil

public static class PoiUtil.NonCloseableStream
extends FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
PoiUtil.NonCloseableStream(InputStream in)
           
 
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

PoiUtil.NonCloseableStream

public PoiUtil.NonCloseableStream(InputStream in)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterInputStream
Throws:
IOException


Copyright © 2010 Aperture Development Team. All Rights Reserved.