Flutter macOS Embedder
FlutterBinaryCodec Class Reference

#import <FlutterCodecs.h>

Inheritance diagram for FlutterBinaryCodec:
<FlutterMessageCodec>

Additional Inherited Members

- Instance Methods inherited from <FlutterMessageCodec>
(NSData *_Nullable) - encode:
 
(id _Nullable) - decode:
 
- Class Methods inherited from <FlutterMessageCodec>
(instancetype) + sharedInstance
 

Detailed Description

A FlutterMessageCodec using unencoded binary messages, represented as NSData instances.

This codec is guaranteed to be compatible with the corresponding BinaryCodec on the Dart side. These parts of the Flutter SDK are evolved synchronously.

On the Dart side, messages are represented using ByteData.

Definition at line 52 of file FlutterCodecs.h.


The documentation for this class was generated from the following file: