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
BSONCallback
BSONDecoder
BSONEncoder
BSONObject
Transformer
Classes
BasicBSONCallback
BasicBSONDecoder
BasicBSONDecoder.BSONInput
BasicBSONEncoder
BasicBSONObject
BSON
BSONLazyDecoder
EmptyBSONCallback
KeyCachingLazyBSONObject
LazyBSONCallback
LazyBSONDecoder
LazyBSONList
LazyBSONList.LazyBSONListIterator
LazyBSONObject
LazyBSONObject.LazyBSONKeySet
LazyDBList
NewBSONDecoder
Exceptions
BSONException
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
LazyBSONDecoder
extends
Object
implements
BSONDecoder
java.lang.Object
↳
org.bson.LazyBSONDecoder
Known Direct Subclasses
LazyDBDecoder
LazyDBDecoder
Known Indirect Subclasses
LazyWriteableDBDecoder
LazyWriteableDBDecoder
Class Overview
implementation of BSONDecoder that creates LazyBSONObject instances
Summary
Public Constructors
LazyBSONDecoder
()
Public Methods
int
decode
(
InputStream
in,
BSONCallback
callback)
int
decode
(byte[] b,
BSONCallback
callback)
BSONObject
readObject
(
InputStream
in)
BSONObject
readObject
(byte[] b)
[Expand]
Inherited Methods
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
org.bson.BSONDecoder
abstract int
decode
(
InputStream
in,
BSONCallback
callback)
abstract int
decode
(byte[] b,
BSONCallback
callback)
abstract
BSONObject
readObject
(
InputStream
in)
abstract
BSONObject
readObject
(byte[] b)
Public Constructors
public
LazyBSONDecoder
()
Public Methods
public int
decode
(
InputStream
in,
BSONCallback
callback)
Throws
IOException
public int
decode
(byte[] b,
BSONCallback
callback)
public
BSONObject
readObject
(
InputStream
in)
Throws
IOException
public
BSONObject
readObject
(byte[] b)