Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DDataInputStream.java172 String decodeUTF(int utfSize) throws IOException { in decodeUTF() method in DataInputStream
176 private static String decodeUTF(int utfSize, DataInput in) throws IOException { in decodeUTF() method in DataInputStream