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