Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Package Functions | List of all members
io.flutter.plugin.common.StandardMessageCodec.ExposedByteArrayOutputStream Class Reference
Inheritance diagram for io.flutter.plugin.common.StandardMessageCodec.ExposedByteArrayOutputStream:

Package Functions

byte[] buffer ()
 

Detailed Description

Definition at line 455 of file StandardMessageCodec.java.

Member Function Documentation

◆ buffer()

byte[] io.flutter.plugin.common.StandardMessageCodec.ExposedByteArrayOutputStream.buffer ( )
inlinepackage

Definition at line 456 of file StandardMessageCodec.java.

456 {
457 return buf;
458 }

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