blob: 373009c548143f0e90ef6181ccbed85d8e9260ff [file] [log] [blame] [view]
Ken Rockot686e4132017-04-26 00:03:311# Mojo Java System API
rockotf59d2d62017-04-01 02:49:082This document is a subset of the [Mojo documentation](/mojo).
3
4[TOC]
5
6## Overview
7
8This document provides a brief guide to Java Mojo bindings usage with example
9code snippets.
10
11For 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