I have a binary file containing the keys, and after each key there is an image associated with it. I want to jump from different keys, but could not find any method that changes the positioning of the index in the input stream. I saw the method mark(), but it does not jump in different places.
Does anyone know how to do this?
source
share