read method

Uint8List read(
  1. String name
)

Reads the entry specified by name and returns the unpached data as a Uint8List.

Throws a ZipException if the operation fails.

Implementation

Uint8List read(String name) => _read(_checkOpened(_handle), name);