软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
java.security |
为安全框架提供类和接口。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
javax.crypto |
提供加密操作的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedOutputStream
类实现一个缓冲输出流。
|
class |
DataOutputStream
数据输出流可以让一个应用java写的原始数据类型在一个便携式的方式输出流。
|
class |
PrintStream
一个
PrintStream 添加功能到另一个输出流,即打印各种数据值表示的功能。
|
Modifier and Type | Class and Description |
---|---|
class |
LogStream
过时的。
没有更换
|
Modifier and Type | Class and Description |
---|---|
class |
DigestOutputStream
一个透明的流,它使用通过流的比特来更新相关的消息摘要。
|
Modifier and Type | Class and Description |
---|---|
class |
JarOutputStream
的
JarOutputStream 类用于写入JAR文件的内容对任何输出流。
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedOutputStream
一个输出流,也有被写数据校验和。
|
class |
DeflaterOutputStream
实现以“deflate”压缩格式压缩数据输出流过滤器的类。
|
class |
GZIPOutputStream
实现以GZIP格式写入压缩数据的流过滤器的类。
|
class |
InflaterOutputStream
实现了一个用于存储在“deflate”压缩格式压缩数据输出流过滤器。
|
class |
ZipOutputStream
这个类实现了一个用于在压缩文件格式中写入文件的输出流过滤器。
|
Modifier and Type | Class and Description |
---|---|
class |
CipherOutputStream
一个cipheroutputstream由OutputStream和密码,write()方法过程之前写出来的底层的数据输出流。
|
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.