软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.nio |
定义了缓冲区,这是数据的容器,并提供其他NIO包的概述。
|
java.nio.channels |
定义了渠道,它代表的是能够执行I/O操作的实体连接,如文件和套接字;定义选择器,多路复用,非阻塞I/O操作。
|
java.nio.charset |
定义了字符集,解码器和编码器,字节和Unicode字符之间的转换。
|
java.nio.file.attribute |
提供对文件和文件系统属性的访问的接口和类。
|
java.security |
为安全框架提供类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
javax.crypto |
提供加密操作的类和接口。
|
javax.imageio.stream |
一包I/O API处理底层I/O从文件和流的java图像。
|
javax.net.ssl |
为安全套接字包提供类。
|
Class and Description |
---|
CharBuffer
字符缓冲区。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
CharBuffer
字符缓冲区。
|
Class and Description |
---|
Buffer
用于特定原始类型的数据的容器。
|
ByteBuffer
字节缓冲区。
|
ByteOrder
一个字节的命令类型安全枚举。
|
CharBuffer
字符缓冲区。
|
DoubleBuffer
双缓冲区。
|
FloatBuffer
浮动缓冲区。
|
IntBuffer
一个int类型的缓冲区。
|
LongBuffer
长缓冲区。
|
MappedByteBuffer
一个直接字节缓冲区,它的内容是一个文件的内存映射区域。
|
ShortBuffer
短缓冲器。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
MappedByteBuffer
一个直接字节缓冲区,它的内容是一个文件的内存映射区域。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
CharBuffer
字符缓冲区。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
LongBuffer
长缓冲区。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
Class and Description |
---|
ByteOrder
一个字节的命令类型安全枚举。
|
Class and Description |
---|
ByteBuffer
字节缓冲区。
|
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.