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

Commits on Aug 8, 2014

  1. Ensure the file is open before trying to seek

    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 committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    c53476b View commit details
    Browse the repository at this point in the history