Class BsonDecoder

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

public final class BsonDecoder extends Object
  • Method Details

    • decodeBson

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

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

      public static String decodeCString(io.netty.buffer.ByteBuf buffer)