3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/external/gameface/cohtml/ISyncStreamReader.h"
20 ::ll::TypedStorage<8, 8, void*> mFile;
21 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IFileAccess>> mFileAccess;
27 virtual uint GetSize() ;
29 virtual uint Read(uint offset, uchar* buffer, uint count) ;
31 virtual void Close() ;
33 virtual ~SyncStreamReader() =
default;
39 MCAPI uint $GetSize();
41 MCAPI uint $Read(uint offset, uchar* buffer, uint count);
Definition IFileAccess.h:15
Definition SyncStreamReader.h:7
static MCAPI void ** $vftable()