Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DCipherInputStream.java112 private int getMoreData() throws IOException { in getMoreData() method in CipherInputStream
202 while (i == 0) i = getMoreData(); in read()
249 while (i == 0) i = getMoreData(); in read()