unzip v0.4.0 Unzip.FileAccess protocol View Source
Should be implemented for the module which can read from the file system.
Link to this section Summary
Link to this section Types
Link to this section Functions
Reads the chunk of data from the file
.
It should return {:ok, binary}
where binary is the chunk found at offset
with length length
Returns the size of the file in bytes.