nw::io::HioFileStream::HioFileStream Constructor

Syntax

HioFileStream();
HioFileStream(
     const char* path ,
     bit32 accessMode,
     nn::hio::HostFile::OpenDisp
);
HioFileStream(
     nn::hio::HostFile *,
     bit32 accessMode,
     bool closeEnable = true
);

List of Overloaded Member Functions

HioFileStream ( )
HioFileStream ( const char *, bit32, nn::hio::HostFile::OpenDisp )
HioFileStream ( nn::hio::HostFile *, bit32, bool )

Description of HioFileStream ( )

Description of HioFileStream ( const char *, bit32, nn::hio::HostFile::OpenDisp )

Description of HioFileStream ( nn::hio::HostFile *, bit32, bool )


CONFIDENTIAL