モジュール java.desktop
パッケージ javax.imageio.stream

クラスImageInputStreamImpl

java.lang.Object
javax.imageio.stream.ImageInputStreamImpl
すべての実装されたインタフェース:
Closeable, DataInput, AutoCloseable, ImageInputStream
直系の既知のサブクラス:
FileCacheImageInputStream, FileImageInputStream, ImageOutputStreamImpl, MemoryCacheImageInputStream

public abstract class ImageInputStreamImpl extends Object implements ImageInputStream
ImageInputStreamインタフェースを実装する抽象クラスです。 このクラスの目的は、サブクラスで実装する必要のあるメソッドの数を減らすことです。

特に、このクラスはバイト順の解釈、バッファリング、マーク付けとリセット、破棄、クローズ、および廃棄の大半またはすべてを処理します。