Searched defs:writeToInternal (Results 1 – 3 of 3) sorted by relevance
132 void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeToInternal() method in NioByteString
718 abstract void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) in writeToInternal() method1366 final void writeToInternal(OutputStream outputStream, int sourceOffset, int numberToWrite) in writeToInternal() method in LiteralByteString
430 void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeToInternal() method