Package app.redwarp.gif.decoder.streams
See: Description
-
Class Summary Class Description BufferedReplayInputStream A super naive implementation of a replay input stream: if we call the seek method even once, then we will stop reading the original stream, and only use the in memory data. RandomAccessFileInputStream ReplayInputStream An InputStream that can be "replayed" by seeking a position.