Searched defs:readFully (Results 1 – 2 of 2) sorted by relevance
104 public void readFully(byte[] b) in readFully() method in RuntimeDataInput116 public void readFully(byte[] b, int off, int len) in readFully() method in RuntimeDataInput
391 …private static void readFully (final InputStream in, final ByteArrayOStream out, final byte [] buf) in readFully() method in InstrClassLoader