nlib
nn::nlib::FileInputStreamSettings Struct Reference

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.
 

Detailed Description

The structure that stores information about the file stream settings.

Definition at line 23 of file FileInputStream.h.

Member Data Documentation

◆ buf

nn::nlib::FileInputStreamSettings::buf

The pointer to the buffer used by FileInputStream. The default is NULL.

Description
If NULL, memory for the buffer is allocated internally.

Definition at line 24 of file FileInputStream.h.


The documentation for this struct was generated from the following files: