Flutter Engine
The Flutter Engine
|
Instance Methods | |
(id) | - readValueOfType: |
Instance Methods inherited from FlutterStandardReader | |
(instancetype) | - initWithData: |
(BOOL) | - hasMore |
(UInt8) | - readByte |
(void) | - readBytes:length: |
(NSData *) | - readData: |
(UInt32) | - readSize |
(void) | - readAlignment: |
(NSString *) | - readUTF8 |
(nullable id) | - readValue |
(nullable id) | - readValueOfType: |
Additional Inherited Members | |
Class Methods inherited from FlutterStandardReader | |
(static CFTypeRef) | + ReadValue [implementation] |
(static CFTypeRef) | + ReadTypedDataOfType [implementation] |
Definition at line 56 of file flutter_standard_codec_unittest.mm.
- (id) readValueOfType: | (UInt8) | type |
Decodes a value matching the type
specified.
See also:
FlutterStandardField
-[FlutterStandardWriter writeValue]
Reimplemented from FlutterStandardReader.
Definition at line 15 of file flutter_standard_codec_unittest.mm.