Package com.twelvemonkeys.imageio.stream
package com.twelvemonkeys.imageio.stream
Provides various additional stream implementations.
-
ClassDescriptionA buffered
ImageInputStream
that is backed by aSeekableByteChannel
and provides greatly improved performance compared toFileCacheImageInputStream
orMemoryCacheImageInputStream
for shorter reads, like single byte or bit reads.Deprecated.BufferedFileImageInputStreamSpiDeprecated.UseBufferedFileImageInputStream
instead.BufferedInputStreamImageInputStreamSpi.BufferedRAFImageInputStreamSpi ExperimentalExperimentalByteArrayImageInputStreamSpi ExperimentalAnImageInputStream
that adapts anInputSteam
, by reading directly from the stream without and form of caching or buffering.A wrapper forImageInputStream
to limit the number of bytes that can be read.ImageOutputStream that writes through a delegate, but keeps local position and bit offset.URLImageInputStreamSpi Experimental
BufferedChannelImageInputStream
instead.