Skip to content

Commit

Permalink
Javadoc and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed May 31, 2019
1 parent d85f343 commit 9f177fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ public int available() throws IOException {
* <p>The {@link #mark} method of {@link BaseNCodecInputStream} does nothing.</p>
*
* @param readLimit the maximum limit of bytes that can be read before the mark position becomes invalid.
* @see #markSupported()
* @since 1.7
*/
@Override
public synchronized void mark(final int readLimit) {
// noop
}

/**
* {@inheritDoc}
*
* @return always returns <code>false</code>
* @return Always returns <code>false</code>
*/
@Override
public boolean markSupported() {
Expand Down

0 comments on commit 9f177fd

Please sign in to comment.