Home
last modified time | relevance | path

Searched defs:bts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/output/
DProxyOutputStream.java58 public void write(byte[] bts) throws IOException { in write()
69 public void write(byte[] bts, int st, int end) throws IOException { in write()
/packages/apps/Email/src/org/apache/commons/io/input/
DProxyInputStream.java62 public int read(byte[] bts) throws IOException { in read()
74 public int read(byte[] bts, int st, int end) throws IOException { in read()
DTeeInputStream.java123 public int read(byte[] bts, int st, int end) throws IOException { in read()
139 public int read(byte[] bts) throws IOException { in read()