Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
435
int FileIo::putb(byte data) {
436
if (p_->switchMode(Impl::opWrite) != 0)
437
return EOF;
438
return putc(data, p_->fp_);
439
}
440
441
int FileIo::seek(int64_t offset, Position pos) {
442
int fileSeek = 0;
Callers
4
main
Function · 0.45
WriteReadSeek
Function · 0.45
doWriteMetadata
Method · 0.45
doWriteMetadata
Method · 0.45
Calls
2
switchMode
Method · 0.80
reserve
Method · 0.80
Tested by
2
main
Function · 0.36
WriteReadSeek
Function · 0.36