public class

LazyBSONDecoder

extends Object
implements BSONDecoder
java.lang.Object
   ↳ org.bson.LazyBSONDecoder
Known Direct Subclasses
Known Indirect Subclasses

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
From interface org.bson.BSONDecoder

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)