软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
javax.imageio.stream |
一包I/O API处理底层I/O从文件和流的java图像。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectInput
objectinput延伸DataInput接口包括对象的阅读。
|
Modifier and Type | Class and Description |
---|---|
class |
DataInputStream
数据输入流,让应用程序读取原始java数据类型从底层输入流中的一个独立于机器的方式。
|
class |
ObjectInputStream
ObjectInputStream将原始数据和对象以前写的使用对象。
|
class |
RandomAccessFile
这个类的实例支持对随机存取文件的读和写。
|
Modifier and Type | Method and Description |
---|---|
static String |
DataInputStream.readUTF(DataInput in)
|
Modifier and Type | Method and Description |
---|---|
static UID |
UID.read(DataInput in)
构建和解包二进制表示从一个
DataInput 实例返回一个新的
UID 实例。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImageInputStream
一个可搜索的输入流接口使用的
ImageReader s。
|
interface |
ImageOutputStream
可查找的输出流接口使用的
ImageWriter s。
|
Modifier and Type | Class and Description |
---|---|
class |
FileCacheImageInputStream
对
ImageInputStream 获得其输入从一个普通的
InputStream 实现。
|
class |
FileCacheImageOutputStream
对
ImageOutputStream 写入输出到正规的
OutputStream 实现。
|
class |
FileImageInputStream
对
ImageInputStream 被输入一个
File 或
RandomAccessFile 实现。
|
class |
FileImageOutputStream
对
ImageOutputStream 写其直接输出到
File 或
RandomAccessFile 实现。
|
class |
ImageInputStreamImpl
一个抽象类实现接口的
ImageInputStream 。
|
class |
ImageOutputStreamImpl
一个抽象类实现接口的
ImageOutputStream 。
|
class |
MemoryCacheImageInputStream
一个实现
ImageInputStream 获得其输入从一个普通的
InputStream 。
|
class |
MemoryCacheImageOutputStream
对
ImageOutputStream 写入输出到正规的
OutputStream 实现。
|
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.