Java org.apache.cordova.squareup.okhttp.internal Util fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cordova.squareup.okhttp.internal Util fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cordova.squareup.okhttp.internal Util.

The text is from its open source code.

Method

voidreadFully(InputStream in, byte[] dst)
Fills 'dst' with bytes from 'in', throwing EOFException if insufficient bytes are available.
intreadSingleByte(InputStream in)
Implements InputStream.read(int) in terms of InputStream.read(byte[], int, int).