Hi. I'm looking to find out, how the InputStream.open() + skip(), compares to keeping a handle of InputStream() and just seeking the position.
Has anyone compared these approaches, and can advice on their speed? Regards.
Hi. I'm looking to find out, how the InputStream.open() + skip(), compares to keeping a handle of InputStream() and just seeking the position.
Has anyone compared these approaches, and can advice on their speed? Regards.