Searched defs:getByteCount (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DCountingOutputStream.java93 * See {@link #getByteCount()} for a method using a <code>long</code>.
99 long result = getByteCount();
134 public synchronized long getByteCount() { method in class:CountingOutputStream
H A DThresholdingOutputStream.java184 public long getByteCount() method in class:ThresholdingOutputStream
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DCountingInputStream.java114 * See {@link #getByteCount()} for a method using a <code>long</code>.
120 long result = getByteCount();
155 public synchronized long getByteCount() { method in class:CountingInputStream

Completed in 95 milliseconds