Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Ensure the file is open before trying to seek #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarnfeld
Copy link

@tarnfeld tarnfeld commented Aug 8, 2014

If the user tries to seek() before read()ing the input stream, wrappedObject is going to be null, and cause a NullPointerException to be thrown.

If the user tries to seek() before read()ing the input stream, wrappedObject is going to be null, and cause a NullPointerException to be thrown.
@tarnfeld tarnfeld mentioned this pull request Oct 13, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant