Searched refs:byteOutput (Results 1 – 2 of 2) sorted by relevance
680 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo() argument
209 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance() argument214 return new ByteOutputEncoder(byteOutput, bufferSize); in newInstance()