MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / putb

Method putb

src/basicio.cpp:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433} // FileIo::transfer
434
435int FileIo::putb(byte data) {
436 if (p_->switchMode(Impl::opWrite) != 0)
437 return EOF;
438 return putc(data, p_->fp_);
439}
440
441int FileIo::seek(int64_t offset, Position pos) {
442 int fileSeek = 0;

Callers 4

mainFunction · 0.45
WriteReadSeekFunction · 0.45
doWriteMetadataMethod · 0.45
doWriteMetadataMethod · 0.45

Calls 2

switchModeMethod · 0.80
reserveMethod · 0.80

Tested by 2

mainFunction · 0.36
WriteReadSeekFunction · 0.36