Ark Server API (ASA) - Wiki
|
#include <PlatformFileCommon.h>
Public Member Functions | |
FRegisteredFileHandle () | |
Public Member Functions inherited from IFileHandle | |
virtual | ~IFileHandle () |
virtual int64 | Tell ()=0 |
virtual bool | Seek (int64 NewPosition)=0 |
virtual bool | SeekFromEnd (int64 NewPositionRelativeToEnd=0)=0 |
virtual bool | Read (uint8 *Destination, int64 BytesToRead)=0 |
virtual bool | Write (const uint8 *Source, int64 BytesToWrite)=0 |
virtual bool | Flush (const bool bFullFlush=false)=0 |
virtual bool | Truncate (int64 NewSize)=0 |
virtual void | ShrinkBuffers () |
virtual int64 | Size () |
Private Attributes | |
FRegisteredFileHandle * | NextLink |
FRegisteredFileHandle * | PreviousLink |
bool | bIsOpenAndAvailableForClosing |
Friends | |
class | FFileHandleRegistry |
Definition at line 16 of file PlatformFileCommon.h.
|
inline |
Definition at line 19 of file PlatformFileCommon.h.
|
friend |
Definition at line 27 of file PlatformFileCommon.h.
|
private |
Definition at line 31 of file PlatformFileCommon.h.
|
private |
Definition at line 29 of file PlatformFileCommon.h.
|
private |
Definition at line 30 of file PlatformFileCommon.h.