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

/packages/apps/Email/src/org/apache/commons/io/input/
H A DDemuxInputStream.java42 InputStream oldValue = getStream();
55 InputStream input = getStream();
71 InputStream input = getStream();
87 private InputStream getStream() method in class:DemuxInputStream
/packages/apps/Email/src/org/apache/commons/io/output/
H A DDemuxOutputStream.java42 OutputStream stream = getStream();
55 OutputStream output = getStream();
70 OutputStream output = getStream();
86 OutputStream output = getStream();
98 private OutputStream getStream() method in class:DemuxOutputStream
H A DThresholdingOutputStream.java94 getStream().write(b);
110 getStream().write(b);
128 getStream().write(b, off, len);
141 getStream().flush();
161 getStream().close();
246 protected abstract OutputStream getStream() throws IOException; method in class:ThresholdingOutputStream
H A DDeferredFileOutputStream.java146 protected OutputStream getStream() throws IOException method in class:DeferredFileOutputStream

Completed in 50 milliseconds