Class BsonDecoder

java.lang.Object
de.bwaldvogel.mongo.wire.bson.BsonDecoder

public final class BsonDecoder
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static Document decodeBson​(io.netty.buffer.ByteBuf buffer)  
    static java.lang.String decodeCString​(io.netty.buffer.ByteBuf buffer)  
    static java.lang.Object decodeValue​(byte type, io.netty.buffer.ByteBuf buffer)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • decodeBson

      public static Document decodeBson​(io.netty.buffer.ByteBuf buffer)
    • decodeValue

      public static java.lang.Object decodeValue​(byte type, io.netty.buffer.ByteBuf buffer)
    • decodeCString

      public static java.lang.String decodeCString​(io.netty.buffer.ByteBuf buffer)