nlib
stream.h
Go to the documentation of this file.
1 
2 #pragma once
3 #ifndef INCLUDE_NN_NLIB_STREAM_H_
4 #define INCLUDE_NN_NLIB_STREAM_H_
5 
8 #include "nn/nlib/BinaryReader.h"
9 #include "nn/nlib/BinaryWriter.h"
13 #include "nn/nlib/InputStream.h"
18 #include "nn/nlib/OutputStream.h"
21 #include "nn/nlib/TextReader.h"
22 #include "nn/nlib/TextWriter.h"
26 
27 #endif // INCLUDE_NN_NLIB_STREAM_H_
Defines the output stream for writing data to memory.
Defines the base class for input streams.
Defines the class for reading binary files from streams.
Defines the class for writing Base64.
The stream of data to uncompress and read using zlib.
The stream of data to compress and write using zlib.
Defines the class for writing text to a stream.
Defines the class for reading text from streams.
Defines the stream for writing data to files.
Defines the stream class for downloading using libcurl.
Defines the class for writing binary files to streams.
Defines the class for reading Base64.
Defines the stream for reading data from files.
Defines the input stream for reading data from memory.
Defines the base class for output streams.
Defines the stream for inputting wide characters.
Defines the stream for outputting data to the console.