Searched defs:writeBytes (Results 1 – 10 of 10) sorted by relevance
24 void writeBytes(byte[] bytes) throws IOException; in writeBytes() method
33 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in RawBackupWriter
52 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in DiffScriptBackupWriter
147 public synchronized void writeBytes(byte[] body, int start) { in writeBytes() method in PrivateInputStream
144 private void sendResults(String testName, long writeBytes) { in sendResults()
209 public void writeBytes(byte[] buffer, int srcOffset, int destOffset, int count) in writeBytes() method in MemoryFile
321 private static void writeBytes(OutputStream outputStream, int value) throws IOException { in writeBytes() method in BTtraffic.SenderRunnable
104 Long writeBytes = getIoStats().get("write_bytes"); in tearDown() local
970 private int writeBytes(byte[] out, int pos, byte[] value) { in writeBytes() method in SettingsBackupAgent
1894 public void writeBytes(long fieldId, @Nullable byte[] val) { in writeBytes() method in ProtoOutputStream