Class BsonDecoder


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

      All Methods Static Methods Concrete Methods 
      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 Detail

      • 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)