Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Warnings * This classes are for reference and they are not specially good at error handling, or working efficiently.
Inheritance Hierarchy
- Base
- OutputStream
- OutputFileStream
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/Streams.h |
| Include | #include "MuT/Streams.h" |
Syntax
class OutputFileStream : public mu::OutputStream
Remarks
Write a serialisation stream to a file.
This classes are for reference and they are not specially good at error handling, or working efficiently.
Constructors
| Type | Name | Description | |
|---|---|---|---|
OutputFileStream
(
const char* strFile |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Flush () |
Write the pending data to disk. |
Overridden from OutputStream
| Type | Name | Description | |
|---|---|---|---|
| void | Write
(
const void* pData, |
Write a byte buffer |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |