Uses of Interface
com.twelvemonkeys.imageio.stream.Cache
-
Packages that use Cache Package Description com.twelvemonkeys.imageio.stream Provides various additional stream implementations. -
-
Uses of Cache in com.twelvemonkeys.imageio.stream
Classes in com.twelvemonkeys.imageio.stream that implement Cache Modifier and Type Class Description (package private) class
FileCache
(package private) class
MemoryCache
Constructors in com.twelvemonkeys.imageio.stream with parameters of type Cache Constructor Description BufferedChannelImageInputStream(Cache cache)
Constructs aBufferedChannelImageInputStream
that will read from a givenCache
.
-