OkIO is a new library that complements Java.IO and Java.Nio to make it much easier to access, store, and process your data.


Keywords
.NET, android, artifact=com.squareup.okio:okio, artifact_versioned=com.squareup.okio:okio:3.6.0, dotnet, monodroid, okio, square, square.okio, xamarin
Licenses
MIT/Apache-2.0
Install
Install-Package Square.OkIO -Version 3.6.0.2

Documentation

square-bindings

Build Status

Xamarin.Android and Xamarin.iOS bindings for the various https://github.com/square libraries

Libraries

Building

In order to build, you will need to use the Cake .NET Core tool (currently using v0.34.1):

dotnet cake

If the tool is not installed, then you can just install it with a simple command:

dotnet tool install -g cake