Searched refs:byteCount (Results 1 – 2 of 2) 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()
96269 private long byteCount