Searched defs:OkBuffer (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okio/src/main/java/okio/
H A DOkBuffer.java35 * <p><strong>Moving data from one OkBuffer to another is fast.</strong> Instead
40 * each OkBuffer starts small. It consumes only the memory it needs to.
47 public final class OkBuffer implements BufferedSource, BufferedSink, Cloneable { class in inherits:BufferedSource,BufferedSink,Cloneable
51 public OkBuffer() { method in class:OkBuffer
59 @Override public OkBuffer buffer() {
70 OkBuffer.this.write(data, offset, byteCount);
85 @Override public OkBuffer emitCompleteSegments() {
104 return OkBuffer.this.read(sink, offset, byteCount);
115 return OkBuffer.this + ".inputStream()";
407 @Override public OkBuffer writ
[all...]

Completed in 1590 milliseconds