Searched defs:writeBytes (Results 1 – 6 of 6) sorted by relevance
97 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in TypedOutputStream104 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes() method in TypedOutputStream
35 public void writeBytes() { in writeBytes() method in CircularByteBufferTest229 void writeBytes(CircularByteBuffer buffer, byte[] src, int pos, int len) { in writeBytes() method in CircularByteBufferTest.BufferAccessor
59 public void writeBytes(byte[] bytes) { in writeBytes() method in ThreadUnsafeByteArrayOutputStream
144 public void writeBytes(byte[] buffer, int pos, int len) { in writeBytes() method in CircularByteBuffer
142 public void writeBytes(byte[] data) throws IOException { in writeBytes() method in MdnsPacketWriter
397 int writeBytes = Math.toIntExact(Math.min(totalFreeMemory, remainingBytes)); in writeToFos() local