Package com.twelvemonkeys.imageio.stream
Interface Cache
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.ByteChannel
,java.nio.channels.Channel
,java.io.Closeable
,java.nio.channels.ReadableByteChannel
,java.nio.channels.SeekableByteChannel
,java.nio.channels.WritableByteChannel
- All Known Implementing Classes:
FileCache
,MemoryCache
interface Cache extends java.nio.channels.SeekableByteChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flushBefore(long pos)
-