readHiveList abstract method

HiveList<HiveObjectMixin> readHiveList([
  1. int? length
])

Read a HiveList with length.

If length is not provided, it is read first.

Implementation

HiveList readHiveList([int? length]);