public final class SkipAllBSONDecoder extends Object implements BSONDecoder<Integer>
Constructor and Description |
---|
SkipAllBSONDecoder() |
public Integer decode(byte type, DataInput input) throws NullPointerException, IOException, ParseException, UnsupportedOperationException
BSONDecoder
decode
in interface BSONDecoder<Integer>
type
- the type of data to extractinput
- the reader to get values fromNullPointerException
IOException
ParseException
UnsupportedOperationException