Flutter Engine
The Flutter Engine
|
This is the complete list of members for io.flutter.plugin.common.StandardMessageCodec, including all inherited members.
decodeMessage(@Nullable ByteBuffer message) | io.flutter.plugin.common.StandardMessageCodec | inline |
encodeMessage(@Nullable Object message) | io.flutter.plugin.common.StandardMessageCodec | inline |
MessageCodec< Object >.encodeMessage( @Nullable T message) | io.flutter.plugin.common.MessageCodec< Object > | |
INSTANCE | io.flutter.plugin.common.StandardMessageCodec | static |
readAlignment(@NonNull ByteBuffer buffer, int alignment) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
readBytes(@NonNull ByteBuffer buffer) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
readSize(@NonNull ByteBuffer buffer) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
readValue(@NonNull ByteBuffer buffer) | io.flutter.plugin.common.StandardMessageCodec | inlineprotected |
readValueOfType(byte type, @NonNull ByteBuffer buffer) | io.flutter.plugin.common.StandardMessageCodec | inlineprotected |
writeAlignment(@NonNull ByteArrayOutputStream stream, int alignment) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeBytes( @NonNull ByteArrayOutputStream stream, @NonNull byte[] bytes) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeChar(@NonNull ByteArrayOutputStream stream, int value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeDouble(@NonNull ByteArrayOutputStream stream, double value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeFloat(@NonNull ByteArrayOutputStream stream, float value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeInt(@NonNull ByteArrayOutputStream stream, int value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeLong(@NonNull ByteArrayOutputStream stream, long value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeSize(@NonNull ByteArrayOutputStream stream, int value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotectedstatic |
writeValue(@NonNull ByteArrayOutputStream stream, @Nullable Object value) | io.flutter.plugin.common.StandardMessageCodec | inlineprotected |