Mongo 2.7.3
Package Index
|
Class Index
com.mongodb
com.mongodb.gridfs
com.mongodb.io
com.mongodb.util
org.bson
org.bson.io
org.bson.types
org.bson.util
Interfaces
ByteBufferFactory
ByteStream
Classes
ByteBufferFactory.SimpleHeapByteBufferFactory
ByteBufferHolder
ByteBufferInputStream
ByteBufferOutputStream
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
int
available
()
void
close
()
synchronized void
mark
(int arg0)
boolean
markSupported
()
int
read
(byte[] arg0)
abstract int
read
()
int
read
(byte[] arg0, int arg1, int arg2)
synchronized void
reset
()
long
skip
(long arg0)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
java.io.Closeable
abstract void
close
()
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)