Navigation
Unreal Engine C++ API Reference > Plugins > RigLogicLib > trio > streams
Inheritance Hierarchy
- Controllable
- Readable
- Writable
- Seekable
- Bounded
- BoundedIOStream
- FileStream
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/streams/FileStream.h |
Include | #include "trio/streams/FileStream.h" |
Syntax
class FileStream : public trio::BoundedIOStream
Remarks
Standard file stream.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FileStream () |
||
![]() |
FileStream
(
const FileStream& |
||
![]() |
FileStream
(
FileStream&& |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
~FileStream () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FileStream * | create
(
const char* path, |
Factory method for creation of a FileStream instance. |
![]() ![]() |
void | destroy
(
FileStream* instance |
Method for freeing a FileStream instance. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FileStream & | operator=
(
const FileStream& |
|
![]() |
FileStream & | operator=
(
FileStream&& |