public class

ByteBufferInputStream

extends InputStream
java.lang.Object
   ↳ java.io.InputStream
     ↳ com.mongodb.io.ByteBufferInputStream

Summary

Public Constructors
ByteBufferInputStream(List<ByteBuffer> lst)
ByteBufferInputStream(List<ByteBuffer> lst, boolean flip)
Public Methods
int available()
void close()
void mark(int readlimit)
boolean markSupported()
int read(byte[] b)
int read()
int read(byte[] b, int off, int len)
void reset()
long skip(long n)
[Expand]
Inherited Methods
From class java.io.InputStream
From class java.lang.Object
From interface java.io.Closeable

Public Constructors

public ByteBufferInputStream (List<ByteBuffer> lst)

public ByteBufferInputStream (List<ByteBuffer> lst, boolean flip)

Public Methods

public int available ()

public void close ()

public void mark (int readlimit)

public boolean markSupported ()

public int read (byte[] b)

public int read ()

public int read (byte[] b, int off, int len)

public void reset ()

public long skip (long n)