MCPcopy 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

ProcessFileMethod · 0.80
IsPackageMethod · 0.80
StfsInitMethod · 0.80
ReadBytesMethod · 0.80
ReadStructMethod · 0.80

Calls 1

EndianSwapMethod · 0.45

Tested by

no test coverage detected