Searched defs:numberToWrite (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | NioByteString.java | 132 void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeToInternal() 137 out.write(buffer.array(), bufferOffset, numberToWrite); in writeToInternal() local
|
D | ByteString.java | 716 final void writeTo(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeTo() 727 abstract void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) in writeToInternal() 1385 final void writeToInternal(OutputStream outputStream, int sourceOffset, int numberToWrite) in writeToInternal()
|
D | RopeByteString.java | 446 void writeToInternal(OutputStream out, int sourceOffset, int numberToWrite) throws IOException { in writeToInternal()
|