Home | History | Annotate | Download | only in io

Lines Matching defs:readInt

883     public final int readInt() throws IOException {
922 return ((long)(readInt()) << 32) + (readInt() & 0xFFFFFFFFL);
928 * as if by the {@code readInt} method
941 * @see java.io.RandomAccessFile#readInt()
945 return Float.intBitsToFloat(readInt());