Searched refs:BufferChainOutputStream (Results 1 – 1 of 1) sorted by relevance
169 BufferChainOutputStream bufferChain = new BufferChainOutputStream(); in writeUncompressed()182 BufferChainOutputStream bufferChain = new BufferChainOutputStream(); in writeCompressed()235 private void writeBufferChain(BufferChainOutputStream bufferChain, boolean compressed) { in writeBufferChain()383 private final class BufferChainOutputStream extends OutputStream { class in MessageFramer