nlib
nn::nlib::FileOutputStreamSettings Struct Reference

The structure that stores information about the file stream settings. More...

#include "nn/nlib/FileOutputStream.h"

Public Member Functions

constexpr FileOutputStreamSettings () noexcept
 Instantiates the object with default parameters (default constructor). The setting to allocate the FileOutputStream internal buffer with a length of 4096 bytes.
 
constexpr FileOutputStreamSettings (void *buf_, size_t buffer_size_) noexcept
 Sets the individual data members.
 

Public Attributes

void * buf
 The pointer to the buffer used by FileOutputStream. The default is NULL. More...
 
size_t buffer_size
 The size of the buffer used by FileOutputStream. The default is 4096.
 

Detailed Description

The structure that stores information about the file stream settings.

Definition at line 23 of file FileOutputStream.h.

Member Data Documentation

◆ buf

nn::nlib::FileOutputStreamSettings::buf

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

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

Definition at line 24 of file FileOutputStream.h.


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