org.bson.util
Class ExposedByteArrayInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by org.bson.util.ExposedByteArrayInputStream
All Implemented Interfaces:
Closeable

public class ExposedByteArrayInputStream
extends ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
ExposedByteArrayInputStream(byte[] arg0)
           
ExposedByteArrayInputStream(byte[] arg0, int arg1, int arg2)
           
 
Method Summary
 byte[] getBuffer()
           
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, 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
 

Constructor Detail

ExposedByteArrayInputStream

public ExposedByteArrayInputStream(byte[] arg0)

ExposedByteArrayInputStream

public ExposedByteArrayInputStream(byte[] arg0,
                                   int arg1,
                                   int arg2)
Method Detail

getBuffer

public byte[] getBuffer()