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

Method isInputBlocked

plugins/e57/libE57Format/src/DecodeChannel.cpp:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 bool DecodeChannel::isInputBlocked() const
58 {
59 // If have read until the section end, we are done
60 if ( inputFinished )
61 {
62 return ( true );
63 }
64
65 // If have eaten all the input in the current packet, we are blocked.
66 return ( currentBytestreamBufferIndex == currentBytestreamBufferLength );
67 }
68
69#ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT
70 void DecodeChannel::dump( int indent, std::ostream &os ) const

Callers 1

feedPacketToDecodersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected