nlib
|
The structure that stores information about the file stream settings. More...
#include "nn/nlib/FileInputStream.h"
Public Member Functions | |
constexpr | FileInputStreamSettings () noexcept |
Instantiates the object with default parameters (default constructor). The setting to allocate the FileInputStream internal buffer with a length of 4096 bytes. | |
constexpr | FileInputStreamSettings (void *buf_, size_t buffer_size_) noexcept |
Sets the data members. | |
Public Attributes | |
void * | buf |
The pointer to the buffer used by FileInputStream . The default is NULL . More... | |
size_t | buffer_size |
The size of the buffer used by FileInputStream . The default is 4096 . | |
The structure that stores information about the file stream settings.
Definition at line 23 of file FileInputStream.h.
nn::nlib::FileInputStreamSettings::buf |
The pointer to the buffer used by FileInputStream
. The default is NULL
.
NULL
, memory for the buffer is allocated internally. Definition at line 24 of file FileInputStream.h.
© Nintendo Co., Ltd. All rights reserved.