MCPcopy Create free account
hub / github.com/TTimo/doom3.gpl / unzReadCurrentFile

Function unzReadCurrentFile

neo/framework/Unzip.cpp:1952–2071  ·  view source on GitHub ↗

Read bytes from the current file. buf contain buffer where data must be copied len the size of buf. return the number of byte copied if somes bytes are copied return 0 if the end of file was reached return <0 with error code if there is an error (UNZ_ERRNO for IO error, or zLib error for uncompress error) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ReadMethod · 0.85
SeekMethod · 0.85

Calls 2

crc32Function · 0.85
inflateFunction · 0.85

Tested by

no test coverage detected