Package com.twelvemonkeys.imageio.stream
package com.twelvemonkeys.imageio.stream
Provides various additional stream implementations.
-
ClassDescriptionA buffered
ImageInputStreamthat is backed by aSeekableByteChanneland provides greatly improved performance compared toFileCacheImageInputStreamorMemoryCacheImageInputStreamfor shorter reads, like single byte or bit reads.Deprecated.BufferedFileImageInputStreamSpiDeprecated.UseBufferedFileImageInputStreaminstead.BufferedInputStreamImageInputStreamSpi.BufferedRAFImageInputStreamSpi ExperimentalExperimentalByteArrayImageInputStreamSpi ExperimentalAnImageInputStreamthat adapts anInputSteam, by reading directly from the stream without and form of caching or buffering.A wrapper forImageInputStreamto limit the number of bytes that can be read.ImageOutputStream that writes through a delegate, but keeps local position and bit offset.URLImageInputStreamSpi Experimental
BufferedChannelImageInputStreaminstead.