Searched defs:byteOutput (Results 1 – 2 of 2) sorted by relevance
804 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo()815 abstract void writeToReverse(ByteOutput byteOutput) throws IOException; in writeToReverse()949 void writeToReverse(ByteOutput byteOutput) throws IOException { in writeToReverse()
195 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance()