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

Method read

src/lasunzipper.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool LASunzipper::read(unsigned char * const * point)
90{
91 count++;
92 return (reader->read(point) == TRUE);
93}
94
95bool LASunzipper::close()
96{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected