C# Class CSPspEmu.Hle.Managers.HleIoWrapper

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
HleIoWrapper ( HleIoManager HleIoManager ) : System
Mkdir ( string Path, SceMode SceMode ) : void
Open ( string FileName, HleIoFlags Flags, SceMode Mode ) : FileHandle
ReadBytes ( string FileName ) : byte[]
WriteBytes ( string FileName, byte Data ) : void

Method Details

HleIoWrapper() public method

public HleIoWrapper ( HleIoManager HleIoManager ) : System
HleIoManager HleIoManager
return System

Mkdir() public method

public Mkdir ( string Path, SceMode SceMode ) : void
Path string
SceMode SceMode
return void

Open() public method

public Open ( string FileName, HleIoFlags Flags, SceMode Mode ) : FileHandle
FileName string
Flags HleIoFlags
Mode SceMode
return CSPspEmu.Hle.Vfs.FileHandle

ReadBytes() public method

public ReadBytes ( string FileName ) : byte[]
FileName string
return byte[]

WriteBytes() public method

public WriteBytes ( string FileName, byte Data ) : void
FileName string
Data byte
return void