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

/external/okhttp/okio/src/main/java/okio/
H A DBufferedSink.java25 public interface BufferedSink extends Sink { interface in inherits:Sink
29 BufferedSink write(ByteString byteString) throws IOException;
35 BufferedSink write(byte[] source) throws IOException;
41 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException;
44 BufferedSink writeUtf8(String string) throws IOException;
47 BufferedSink writeByte(int b) throws IOException;
50 BufferedSink writeShort(int s) throws IOException;
53 BufferedSink writeShortLe(int s) throws IOException;
56 BufferedSink writeInt(int i) throws IOException;
59 BufferedSink writeIntL
[all...]

Completed in 112 milliseconds