软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
javax.imageio.stream |
一包I/O API处理底层I/O从文件和流的java图像。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectOutput
objectoutput扩展数据输出接口包括写作对象。
|
Modifier and Type | Class and Description |
---|---|
class |
DataOutputStream
数据输出流可以让一个应用java写的原始数据类型在一个便携式的方式输出流。
|
class |
ObjectOutputStream
一个对象写入原始数据类型和java对象图的一个输出流。
|
class |
RandomAccessFile
这个类的实例支持对随机存取文件的读和写。
|
Modifier and Type | Method and Description |
---|---|
void |
UID.write(DataOutput out)
将一个二进制表示这
UID 到
DataOutput 实例。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImageOutputStream
可查找的输出流接口使用的
ImageWriter s。
|
Modifier and Type | Class and Description |
---|---|
class |
FileCacheImageOutputStream
对
ImageOutputStream 写入输出到正规的
OutputStream 实现。
|
class |
FileImageOutputStream
对
ImageOutputStream 写其直接输出到
File 或
RandomAccessFile 实现。
|
class |
ImageOutputStreamImpl
一个抽象类实现接口的
ImageOutputStream 。
|
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.