public int read(byte abyte0[], int i, int j) throws IOException { A(); byte abyte1[] = new byte[j]; B.nextBytes(abyte1); System.arraycopy(abyte1, 0, abyte0, i, j); return j; }
public int read(byte abyte0[]) throws IOException { A(); B.nextBytes(abyte0); return abyte0.length; }