MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / PutByte

Method PutByte

Libraries/unrar/file.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567
568
569void File::PutByte(byte Byte)
570{
571 Write(&Byte,1);
572}
573
574
575bool File::Truncate()

Callers 1

RestoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected