Home
last modified time | relevance | path

Searched defs:ContentLengthOutputStream (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
DContentLengthOutputStream.java53 public class ContentLengthOutputStream extends OutputStream { class
81 public ContentLengthOutputStream(final SessionOutputBuffer out, long contentLength) { in ContentLengthOutputStream() method in ContentLengthOutputStream