| 接口 | 描述 |
|---|---|
| ImageInputStream |
一个可搜索的输入流接口使用的
ImageReaders。
|
| ImageOutputStream |
可查找的输出流接口使用的
ImageWriters。
|
| 类 | 描述 |
|---|---|
| FileCacheImageInputStream |
对
ImageInputStream获得其输入从一个普通的
InputStream实现。
|
| FileCacheImageOutputStream |
对
ImageOutputStream写入输出到正规的
OutputStream实现。
|
| FileImageInputStream |
对
ImageInputStream被输入一个
File或
RandomAccessFile实现。
|
| FileImageOutputStream |
对
ImageOutputStream写其直接输出到
File或
RandomAccessFile实现。
|
| IIOByteBuffer |
一个类代表一个字节数组,该数组内的偏移量和长度可变的参考。
|
| ImageInputStreamImpl |
一个抽象类实现接口的
ImageInputStream。
|
| ImageOutputStreamImpl |
一个抽象类实现接口的
ImageOutputStream。
|
| MemoryCacheImageInputStream |
对
ImageInputStream获得其输入从一个普通的
InputStream实现。
|
| MemoryCacheImageOutputStream |
对
ImageOutputStream写入输出到正规的
OutputStream实现。
|
的ImageInputStream界面结合流和基于文件的操作。一个抽象基类,ImageInputStreamImpl提供简化的新ImageInputStream写作课。具体的实现类(FileImageInputStream,FileCacheImageInputStream,和MemoryCacheImageInputStream)提供了允许输入来自File或InputStream有或没有一个临时缓存文件的使用。
ImageOutputStream接口输出的执行类似的功能。一个抽象基类,ImageOutputStreamImpl提供,随着具体的实现类(FileImageOutputStream,FileCacheImageOutputStream,和MemoryCacheImageOutputStream)提供了允许输出到一个File或OutputStream有或没有一个临时缓存文件的使用。
的IIOByteBuffer类提供了一种替代方式进行读取的字节,降低内部数据复制量序列。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.