java.io.InputStream.skip() says "Throws: IOException - if the stream does not support seek, or if some other I/O error occurs."
how do i know which filestream supports seek?
when google i find Seekable, but i can see that simple FileInputStream, ByteArrayInputStream ... also supports skip(), i mean does not give IOException; they does not extend Seekable.