Searched refs:byteCount (Results 1 – 1 of 1) sorted by relevance
1176 private long readX(int byteCount) throws IOException { in readX() argument1177 mFile.readFully(mBuffer, 0, byteCount); in readX()1181 for (int i = byteCount - 1; i >= 0; i--) { in readX()1185 final int N = byteCount - 1; in readX()