软件包 | 描述 |
---|---|
java.io |
通过数据流,序列化和文件系统提供系统输入和输出。
|
java.lang |
提供对Java编程语言设计至关重要的类。
|
java.nio.channels |
定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字;
定义选择器,用于多路复用,非阻塞I / O操作。
|
java.nio.charset |
定义字符集,解码器和编码器,用于在字节和Unicode字符之间进行转换。
|
java.nio.charset.spi |
java.nio.charset 包的服务提供者类。
|
java.nio.file |
定义Java虚拟机访问文件,文件属性和文件系统的接口和类。
|
java.util.zip |
提供读写标准ZIP和GZIP文件格式的类。
|
javax.tools |
为可以从程序调用的工具提供接口,例如编译器。
|
Class and Description |
---|
Charset
16位Unicode
code units序列和字节
序列之间的命名映射。
|
CharsetDecoder
可以将特定字符集中的字节序列转换为十六位Unicode字符序列的引擎。
|
CharsetEncoder
一种引擎,可以将一系列十六位Unicode字符转换为特定字符集中的字节序列。
|
Class and Description |
---|
Charset
16位Unicode
code units序列之间的命名映射和字节序列。
|
Class and Description |
---|
CharsetDecoder
可以将特定字符集中的字节序列转换为十六位Unicode字符序列的引擎。
|
CharsetEncoder
一种引擎,可以将一系列十六位Unicode字符转换为特定字符集中的字节序列。
|
Class and Description |
---|
CharacterCodingException
发生字符编码或解码错误时抛出的检查异常。
|
Charset
16位Unicode
code units和字节
序列之间的命名映射。
|
CharsetDecoder
可以将特定字符集中的字节序列转换为十六位Unicode字符序列的引擎。
|
CharsetEncoder
一种引擎,可以将一系列十六位Unicode字符转换为特定字符集中的字节序列。
|
CoderResult
编码器的结果状态的描述。
|
CodingErrorAction
用于编码错误操作的类型安全枚举。
|
Class and Description |
---|
Charset
16位Unicode
code units和字节
序列之间的命名映射。
|
Class and Description |
---|
Charset
16位Unicode
code units序列之间的命名映射和字节序列。
|
Class and Description |
---|
Charset
16位Unicode
code units序列之间的命名映射和字节序列。
|
Class and Description |
---|
Charset
16位Unicode
code units序列之间的命名映射和字节序列。
|
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.