android13/external/libchrome/mojo/public/java/system
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
javatests initial 2024-06-22 20:45:49 +08:00
src/org/chromium/mojo/system initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
base_run_loop.cc initial 2024-06-22 20:45:49 +08:00
core_impl.cc initial 2024-06-22 20:45:49 +08:00
watcher_impl.cc initial 2024-06-22 20:45:49 +08:00

README.md

Mojo Java System API

This document is a subset of the Mojo documentation.

[TOC]

Overview

This document provides a brief guide to Java Mojo bindings usage with example code snippets.

For a detailed API references please consult the class definitions in this directory.

TODO: Make the contents of this document less non-existent.

Message Pipes

Data Pipes

Shared Buffers

Native Platform Handles (File Descriptors, Windows Handles, etc.)

Watchers