Searched refs:byteOutput (Results 1 – 4 of 4) sorted by relevance
161 ByteOutput byteOutput = encodingStream(result); in encode() local164 byteOutput.write(bytes[off + i]); in encode()166 byteOutput.close(); in encode()
169 ByteOutput byteOutput = encodingStream(result); in encode() local172 byteOutput.write(bytes[off + i]); in encode()174 byteOutput.close(); in encode()
680 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo() argument
175 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance() argument180 return new ByteOutputEncoder(byteOutput, bufferSize); in newInstance()