Home
last modified time | relevance | path

Searched refs:processBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DNullInputStream.java232 processBytes(bytes, offset, returnLength); in read()
309 protected void processBytes(byte[] bytes, int offset, int length) { in processBytes() method in NullInputStream