Navigation
API > API/Runtime > API/Runtime/Cbor
References
| Module | Cbor |
| Header | /Engine/Source/Runtime/Cbor/Public/CborReader.h |
| Include | #include "CborReader.h" |
Syntax
class FCborReader
Remarks
Reader for a the cbor protocol encoded stream
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCborReader
(
FArchive* InStream, |
Construct a CBOR reader. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FCborReader () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FArchive * | GetArchive () |
||
| const FCborContext & | GetContext () |
The cbor context of the reader can either be a container context or a dummy. | |
| FCborHeader | GetError () |
||
| bool | IsError () |
||
| bool | ReadNext
(
FCborContext& OutContext |
Read the next value from the cbor stream. | |
| bool | SkipContainer
(
ECborCode ContainerType |
Skip a container of ContainerType type |