HomeSort by relevance Sort by last modified time
    Searched defs:writeIntLe (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSink.java 88 BufferedSink writeIntLe(int i) throws IOException;
GzipSink.java 125 sink.writeIntLe((int) crc.getValue()); // CRC of original data.
126 sink.writeIntLe(deflater.getTotalIn()); // Length of original data.
RealBufferedSink.java 143 @Override public BufferedSink writeIntLe(int i) throws IOException {
145 buffer.writeIntLe(i);

Completed in 111 milliseconds