ccs.utils
Class SwappingBuffer.DestructiveBAIS

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by ccs.utils.SwappingBuffer.DestructiveBAIS
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
SwappingBuffer

protected static class SwappingBuffer.DestructiveBAIS
extends java.io.ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.ByteArrayInputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.ByteArrayInputStream
Throws:
java.io.IOException