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

  /external/okhttp/okio/src/main/java/okio/
BufferedSink.java 65 BufferedSink writeLongLe(long v) throws IOException;
RealBufferedSink.java 107 @Override public BufferedSink writeLongLe(long v) throws IOException {
109 buffer.writeLongLe(v);
  /external/okhttp/okio/src/test/java/okio/
OkBufferTest.java 416 @Test public void writeLongLe() throws Exception {
418 data.writeLongLe(0xabcdef0187654321L);
419 data.writeLongLe(0xcafebabeb0b15c00L);

Completed in 72 milliseconds