ImageInputStream
using a FileChannel
as the eventual data source. The channel contents are assumed to be stable during the lifetime of the object. Memory mapping and new I/O view Buffer
s are used to read the data. Only methods which provide significant performance improvement with respect to the superclass implementation are overridden. Overridden methods are not commented individually unless some noteworthy aspect of the implementation must be described.
The methods of this class are not synchronized.
@see javax.imageio.stream.ImageInputStream @see java.nio @see java.nio.channels.FileChannel
|
|
|
|