Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
561
byte File::GetByte()
562
{
563
byte Byte=0;
564
Read(&Byte,1);
565
return Byte;
566
}
567
568
569
void File::PutByte(byte Byte)
Callers
2
Restore
Method · 0.80
Test
Method · 0.80
Calls
no outgoing calls
Tested by
1
Test
Method · 0.64