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 |
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 61 of file flutter_standard_codec_unittest.mm.
References kDATE, kPAIR, FlutterStandardReader::readBytes:length:, FlutterStandardReader::readValue, and FlutterStandardReader::readValueOfType:.