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

Method GetByte

Libraries/unrar/file.cpp:561–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560
561byte File::GetByte()
562{
563 byte Byte=0;
564 Read(&Byte,1);
565 return Byte;
566}
567
568
569void File::PutByte(byte Byte)

Callers 2

RestoreMethod · 0.80
TestMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestMethod · 0.64