Searched refs:writeHexadecimalUnsignedLong (Results 1 – 7 of 7) sorted by relevance
167 @Override public BufferedSink writeHexadecimalUnsignedLong(long v) throws IOException { in writeHexadecimalUnsignedLong() method in RealBufferedSink169 buffer.writeHexadecimalUnsignedLong(v); in writeHexadecimalUnsignedLong()
100 BufferedSink writeHexadecimalUnsignedLong(long v) throws IOException; in writeHexadecimalUnsignedLong() method
504 Buffer buffer = new Buffer().writeHexadecimalUnsignedLong(value).writeByte(b);1087 @Override public Buffer writeHexadecimalUnsignedLong(long v) {
167 bytesOut.writeHexadecimalUnsignedLong(chunkSize); in setChunkedBody()
316 sink.writeHexadecimalUnsignedLong(value).writeUtf8("zzz").flush();
337 sink.writeHexadecimalUnsignedLong(byteCount); in write()
1541 result.writeHexadecimalUnsignedLong(group);