MCPcopy Create free account
hub / github.com/PDAL/PDAL / getBytestreamBufferLength

Method getBytestreamBufferLength

plugins/e57/libE57Format/src/Packet.cpp:486–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486unsigned DataPacket::getBytestreamBufferLength( unsigned bytestreamNumber )
487{
488 //??? for now:
489 unsigned byteCount;
490 getBytestream( bytestreamNumber, byteCount );
491 return ( byteCount );
492}
493
494#ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT
495void DataPacket::dump( int indent, std::ostream &os ) const

Callers 2

feedPacketToDecodersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected