Skip to content

Instantly share code, notes, and snippets.

@hastebrot
Last active February 4, 2018 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hastebrot/7759b24978b872848dd882e2c51c636e to your computer and use it in GitHub Desktop.
Save hastebrot/7759b24978b872848dd882e2c51c636e to your computer and use it in GitHub Desktop.
  • receive / send
  • subscribe / dispatch
  • in / out
  • from server / to server
  • to client / from client
  • input stream / output stream
  • source / sink

Okio includes its own stream types called Source and Sink that work like InputStream and OutputStream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment