public class

NewBSONDecoder

extends Object
implements BSONDecoder
java.lang.Object
   ↳ org.bson.NewBSONDecoder

Class Overview

A new implementation of the bson decoder.

Summary

Public Constructors
NewBSONDecoder()
Public Methods
int decode(InputStream pIn, BSONCallback pCallback)
int decode(byte[] pData, BSONCallback pCallback)
BSONObject readObject(InputStream pIn)
BSONObject readObject(byte[] pData)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bson.BSONDecoder

Public Constructors

public NewBSONDecoder ()

Public Methods

public int decode (InputStream pIn, BSONCallback pCallback)

Throws
IOException

public int decode (byte[] pData, BSONCallback pCallback)

public BSONObject readObject (InputStream pIn)

Throws
IOException

public BSONObject readObject (byte[] pData)