Searched refs:StreamingOutputStream (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java101 private StreamingOutputStream strOutputStream;
1112 strOutputStream = new StreamingOutputStream(
1121 strOutputStream = new StreamingOutputStream(ps, length);
3135 class StreamingOutputStream extends FilterOutputStream { class in class:HttpURLConnection
3149 StreamingOutputStream (OutputStream os, long expectedLength) { method in class:HttpURLConnection.StreamingOutputStream

Completed in 34 milliseconds