1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>RomFileStream</title> 8 </head> 9 <body> 10 <h1><CODE>nw::io::RomFileStream::RomFileStream</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14RomFileStream(); 15 16RomFileStream( 17 const char * path 18); 19 20RomFileStream( 21 nn::fs::FileReader * openedFileReader, 22 bool closeEnable = true 23); 24</pre> 25 </div> 26 <h2>List of Overloaded Member Functions</h2> 27 <div class="section"> 28 <table class="members"> 29 <tr> 30 <td> 31 <a href="./RomFileStream(0).html">RomFileStream ( ) </a> 32 </td> 33 <td> 34 </td> 35 </tr> 36 <tr> 37 <td> 38 <a href="./RomFileStream(1).html">RomFileStream ( const char * ) </a> 39 </td> 40 <td> 41 </td> 42 </tr> 43 <tr> 44 <td> 45 <a href="./RomFileStream(2).html">RomFileStream ( nn::fs::FileReader *, bool ) </a> 46 </td> 47 <td> 48 </td> 49 </tr> </table> 50 </div> 51 <h2>Description of <CODE>RomFileStream ( ) </CODE></h2> 52 <div class="section"> 53 <p> 54 </p> 55 </div> 56 <h2>Description of <CODE>RomFileStream ( const char * )</CODE></h2> 57 <div class="section"> 58 <p> 59 </p> 60 </div> 61 <h2>Description of <CODE>RomFileStream ( nn::fs::FileReader *, bool ) </CODE></h2> 62 <div class="section"> 63 <p> 64 </p> 65 </div> 66 <hr><p>CONFIDENTIAL</p></body> 67</html>