Searched refs:ContentLengthOutputStream (Results 1 – 4 of 4) sorted by relevance
53 public class ContentLengthOutputStream extends OutputStream { class81 public ContentLengthOutputStream(final SessionOutputBuffer out, long contentLength) { in ContentLengthOutputStream() method in ContentLengthOutputStream
42 import org.apache.http.impl.io.ContentLengthOutputStream;84 return new ContentLengthOutputStream(outbuffer, len); in doSerialize()
566 HPLorg/apache/http/impl/io/ContentLengthOutputStream;-><init>(Lorg/apache/http/io/SessionOutputBuff…567 HPLorg/apache/http/impl/io/ContentLengthOutputStream;->close()V568 HPLorg/apache/http/impl/io/ContentLengthOutputStream;->flush()V569 HPLorg/apache/http/impl/io/ContentLengthOutputStream;->write([B)V570 HPLorg/apache/http/impl/io/ContentLengthOutputStream;->write([BII)V
3321 @Deprecated public class ContentLengthOutputStream extends java.io.OutputStream {3322 ctor @Deprecated public ContentLengthOutputStream(org.apache.http.io.SessionOutputBuffer, long);