Home | History | Annotate | Download | only in okio
      1 /**
      2  * Okio complements {@link java.io} and {@link java.nio} to make it much easier to access, store,
      3  * and process your data.
      4  */
      5 package okio;
      6