Searched refs:nbBytes (Results 1 – 2 of 2) sorted by relevance
213 public byte[] readBinary(int offset, int nbBytes) throws IOException, SecureElementException { in readBinary() argument215 if (nbBytes == -1) nbBytes = mFileSize; in readBinary()223 byte[] result = new byte[nbBytes]; in readBinary()226 while (nbBytes != 0) { in readBinary()227 if (nbBytes < BUFFER_LEN) { in readBinary()228 length = nbBytes; in readBinary()237 nbBytes -= length; in readBinary()
208 private void showDialog(long nbBytes) { in showDialog() argument211 info.append("number of bytes: " + nbBytes); in showDialog()