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

  /external/okhttp/okio/src/main/java/okio/
BufferedSink.java 59 BufferedSink writeIntLe(int i) throws IOException;
RealBufferedSink.java 95 @Override public BufferedSink writeIntLe(int i) throws IOException {
97 buffer.writeIntLe(i);
  /external/okhttp/okio/src/test/java/okio/
OkBufferTest.java 402 @Test public void writeIntLe() throws Exception {
404 data.writeIntLe(0xabcdef01);
405 data.writeIntLe(0x87654321);

Completed in 800 milliseconds