Searched defs:byteOutput (Results 1 – 2 of 2) sorted by relevance
733 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo()744 abstract void writeToReverse(ByteOutput byteOutput) throws IOException; in writeToReverse()876 void writeToReverse(ByteOutput byteOutput) throws IOException { in writeToReverse()
215 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance()