Package de.bwaldvogel.mongo.wire.bson
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 DocumentdecodeBson(io.netty.buffer.ByteBuf buffer)static java.lang.StringdecodeCString(io.netty.buffer.ByteBuf buffer)static java.lang.ObjectdecodeValue(byte type, io.netty.buffer.ByteBuf buffer)
-
Method Details
-
decodeBson
-
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)
-