Im trying to position a file pointer from a RandomAccessFile using the public void seek(long pos ) method but an IOException stating a Negative seek offset keeps getting thrown. I should be able to go back a specific amout of bytes right? I know of other ways i could do this but i wanted to use a RandomAccessFile. :(
