Searched defs:CountingOutputStream (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DCountingOutputStream.java26 public class CountingOutputStream extends OutputStream { class in inherits:OutputStream
29 public CountingOutputStream() { method in class:CountingOutputStream
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DCountingOutputStream.java29 * @version $Id: CountingOutputStream.java 471628 2006-11-06 04:06:45Z bayard $
31 public class CountingOutputStream extends ProxyOutputStream { class in inherits:ProxyOutputStream
37 * Constructs a new CountingOutputStream.
41 public CountingOutputStream( OutputStream out ) { method in class:CountingOutputStream

Completed in 51 milliseconds