Searched defs:writeInt (Results 1 – 8 of 8) sorted by relevance
44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
161 private void writeInt(int v) throws IOException { in writeInt() method in ProfileData
257 private static void writeInt(OutputStream out, int val) throws IOException { in writeInt() method in WaveHeader
283 private int writeInt(byte[] out, int pos, int value) { in writeInt() method in DictionaryBackupAgent
655 static void writeInt(byte[] buf, int offset, int value) { in writeInt() method in BlobCache