MCPcopy Create free account
hub / github.com/assimp/assimp / read

Method read

code/Common/ZipArchiveIOSystem.cpp:149–153  ·  view source on GitHub ↗

----------------------------------------------------------------

Source from the content-addressed store, hash-verified

147
148// ----------------------------------------------------------------
149uLong IOSystem2Unzip::read(voidpf /*opaque*/, voidpf stream, void *buf, uLong size) {
150 IOStream *io_stream = (IOStream *)stream;
151
152 return static_cast<uLong>(io_stream->Read(buf, 1, size));
153}
154
155// ----------------------------------------------------------------
156uLong IOSystem2Unzip::write(voidpf /*opaque*/, voidpf stream, const void *buf, uLong size) {

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected