Package com.mongodb

Class LazyDBList

    • Constructor Detail

      • LazyDBList

        public LazyDBList​(byte[] bytes,
                          LazyBSONCallback callback)
        Construct an instance with the given raw bytes and offset.
        Parameters:
        bytes - the raw BSON bytes
        callback - the callback to use to create nested values
      • LazyDBList

        public LazyDBList​(byte[] bytes,
                          int offset,
                          LazyBSONCallback callback)
        Construct an instance with the given raw bytes and offset.
        Parameters:
        bytes - the raw BSON bytes
        offset - the offset into the raw bytes
        callback - the callback to use to create nested values