MCPcopy Create free account
hub / github.com/IENT/YUView / nrBytesLeft

Method nrBytesLeft

YUViewLib/src/parser/common/SubByteReader.cpp:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354size_t SubByteReader::nrBytesLeft() const
355{
356 if (this->byteVector.size() <= this->posInBufferBytes)
357 return 0;
358 return this->byteVector.size() - this->posInBufferBytes - 1;
359}
360
361ByteVector SubByteReader::peekBytes(unsigned nrBytes) const
362{

Callers 1

parse_ATSC1_dataFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected