nlib
stream.h
Go to the documentation of this file.
1 
2 /*---------------------------------------------------------------------------*
3 
4  Project: CrossRoad
5  Copyright (C)2012-2016 Nintendo. All rights reserved.
6 
7  These coded instructions, statements, and computer programs contain
8  proprietary information of Nintendo of America Inc. and/or Nintendo
9  Company Ltd., and are protected by Federal copyright law. They may
10  not be disclosed to third parties or copied or duplicated in any form,
11  in whole or in part, without the prior written consent of Nintendo.
12 
13  *---------------------------------------------------------------------------*/
14 
15 #pragma once
16 #ifndef INCLUDE_NN_NLIB_STREAM_H_
17 #define INCLUDE_NN_NLIB_STREAM_H_
18 
21 #include "nn/nlib/BinaryReader.h"
22 #include "nn/nlib/BinaryWriter.h"
26 #include "nn/nlib/InputStream.h"
31 #include "nn/nlib/OutputStream.h"
34 #include "nn/nlib/TextReader.h"
35 #include "nn/nlib/TextWriter.h"
39 
40 #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.