Searched defs:getByteCount (Results 1 – 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ | ||
D | CountingOutputStream.java | 134 public synchronized long getByteCount() { in getByteCount() method in CountingOutputStream |
D | ThresholdingOutputStream.java | 184 public long getByteCount() in getByteCount() method in ThresholdingOutputStream |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ | ||
D | CountingInputStream.java | 155 public synchronized long getByteCount() { in getByteCount() method in CountingInputStream |