Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
base_run_loop.cc | 22-Oct-2020 | 2.4K | |
BUILD.gn | 22-Oct-2020 | 5.4K | |
core_impl.cc | 22-Oct-2020 | 12.2K | |
javatests/ | 22-Oct-2020 | ||
README.md | 22-Oct-2020 | 591 | |
src/ | 22-Oct-2020 | ||
watcher_impl.cc | 22-Oct-2020 | 3K |
1 # Mojo Java System API 2 This document is a subset of the [Mojo documentation](/mojo/README.md). 3 4 [TOC] 5 6 ## Overview 7 8 This document provides a brief guide to Java Mojo bindings usage with example 9 code snippets. 10 11 For a detailed API references please consult the class definitions in 12 [this directory](https://cs.chromium.org/chromium/src/mojo/public/java/system/src/org/chromium/mojo/system/). 13 14 *TODO: Make the contents of this document less non-existent.* 15 16 ## Message Pipes 17 18 ## Data Pipes 19 20 ## Shared Buffers 21 22 ## Native Platform Handles (File Descriptors, Windows Handles, *etc.*) 23 24 ## Watchers 25 26