Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emoose/xbox-reversing
/ Read
Method
Read
stfschk/StfsFileSystem.cs:731–736 ·
view source on GitHub ↗
(Stream stream)
Source
from the content-addressed store, hash-verified
729
}
730
731
public bool Read(Stream stream)
732
{
733
DirEntry = stream.ReadStruct<STF_DIRECTORY_ENTRY>();
734
DirEntry.EndianSwap();
735
return DirEntry.IsValid;
736
}
737
738
public string FilePath
739
{
Callers
6
ProcessFile
Method · 0.80
IsPackage
Method · 0.80
StfsInit
Method · 0.80
StfsGetLevelNHashEntry
Method · 0.80
ReadBytes
Method · 0.80
ReadStruct
Method · 0.80
Calls
1
EndianSwap
Method · 0.45
Tested by
no test coverage detected