Skip to content

Commit d3edd85

Browse files
committed
Javadoc
1 parent dc1df1d commit d3edd85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ public RandomAccessFileInputStream(final RandomAccessFile file, final boolean pr
158158

159159
/**
160160
* Gets an estimate of the number of bytes that can be read (or skipped over) from this input stream.
161-
*
161+
* <p>
162162
* If there are more than {@link Integer#MAX_VALUE} bytes available, return {@link Integer#MAX_VALUE}.
163+
* </p>
163164
*
164165
* @return An estimate of the number of bytes that can be read.
165166
* @throws IOException If an I/O error occurs.

0 commit comments

Comments
 (0)