Searched refs:writeIntLe (Results 1 – 5 of 5) sorted by relevance
125 sink.writeIntLe((int) crc.getValue()); // CRC of original data. in writeFooter()126 sink.writeIntLe(deflater.getTotalIn()); // Length of original data. in writeFooter()
143 @Override public BufferedSink writeIntLe(int i) throws IOException { in writeIntLe() method in RealBufferedSink145 buffer.writeIntLe(i); in writeIntLe()
88 BufferedSink writeIntLe(int i) throws IOException; in writeIntLe() method
1006 @Override public Buffer writeIntLe(int i) {
150 @Test public void writeIntLe() throws Exception {151 sink.writeIntLe(0xabcdef01);152 sink.writeIntLe(0x87654321);