src/share/classes/java/io/RandomAccessFile.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 51,61 **** * any reason other than end-of-file, an {@code IOException} other * than {@code EOFException} is thrown. In particular, an * {@code IOException} may be thrown if the stream has been closed. * * @author unascribed ! * @since JDK1.0 */ public class RandomAccessFile implements DataOutput, DataInput, Closeable { private FileDescriptor fd; --- 51,61 ---- * any reason other than end-of-file, an {@code IOException} other * than {@code EOFException} is thrown. In particular, an * {@code IOException} may be thrown if the stream has been closed. * * @author unascribed ! * @since 1.0 */ public class RandomAccessFile implements DataOutput, DataInput, Closeable { private FileDescriptor fd;