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

/external/okhttp/okio/src/main/java/okio/
H A DBufferedSink.java65 BufferedSink writeLongLe(long v) throws IOException; method in interface:BufferedSink
H A DRealBufferedSink.java107 @Override public BufferedSink writeLongLe(long v) throws IOException { method in class:RealBufferedSink
109 buffer.writeLongLe(v);
H A DOkBuffer.java493 @Override public BufferedSink writeLongLe(long v) { method in class:OkBuffer
/external/okhttp/okio/src/test/java/okio/
H A DOkBufferTest.java416 @Test public void writeLongLe() throws Exception { method in class:OkBufferTest
418 data.writeLongLe(0xabcdef0187654321L);
419 data.writeLongLe(0xcafebabeb0b15c00L);

Completed in 120 milliseconds