mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
In Java, control messages were parsed using manual buffering, which was convoluted and error-prone. Instead, read the socket directly through a DataInputStream and a BufferedInputStream. Symmetrically, use a DataOutputStream and a BufferedOutputStream to write messages. |
||
|---|---|---|
| .. | ||
| aidl/android | ||
| java/com/genymobile/scrcpy | ||
| AndroidManifest.xml | ||