Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GridFS added support for mark and reset #110

Closed
wants to merge 3 commits into from
Closed

GridFS added support for mark and reset #110

wants to merge 3 commits into from

Conversation

rozza
Copy link
Owner

@rozza rozza commented Aug 27, 2015

JAVA-1917

Review on Reviewable

@rozza
Copy link
Owner Author

rozza commented Aug 27, 2015

Based off the work in #109


@Override
public synchronized void mark(final int readlimit) {
checkClosed();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The InputStream Javadoc says that you can mark a closed stream.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@jyemin
Copy link
Collaborator

jyemin commented Aug 31, 2015

A few comments.

In addition, any reason not to add a functional test for this as well?

@rozza
Copy link
Owner Author

rozza commented Sep 1, 2015

Updates

@jyemin
Copy link
Collaborator

jyemin commented Sep 1, 2015

lgtm

@rozza
Copy link
Owner Author

rozza commented Sep 1, 2015

Rebased, Squashed and merged

@rozza rozza closed this Sep 1, 2015
@rozza rozza deleted the j1917 branch September 1, 2015 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants