Searched defs:writeLong (Results 1 – 3 of 3) sorted by relevance
139 public void writeLong(long v) throws IOException { in writeLong() method in TypedOutputStream
662 static void writeLong(byte[] buf, int offset, long value) { in writeLong() method in BlobCache
430 public Builder writeLong(final long value) { in writeLong() method in StatsEvent.Builder