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
727 abstract void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) in writeToInternal() method1385 final void writeToInternal(OutputStream outputStream, int sourceOffset, int numberToWrite) in writeToInternal() method in LiteralByteString
446 void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeToInternal() method