Movatterモバイル変換
[0]ホーム
Uses of Interface
java.io.DataOutput
Packages that useDataOutput | Package | Description |
|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. |
|---|
| java.rmi.server | Provides classes and interfaces for supporting the serverside of RMI. |
|---|
| javax.imageio.stream | A package of the Java Image I/O API dealing with low-level I/O from files and streams. |
|---|
Subinterfaces ofDataOutput injava.io | Modifier and Type | Interface | Description |
|---|
interface | ObjectOutput | ObjectOutput extends the DataOutput interface to include writing of objects. |
|---|
Classes injava.io that implementDataOutput | Modifier and Type | Class | Description |
|---|
class | DataOutputStream | A data output stream lets an application write primitive Java data types to an output stream in a portable way. |
|---|
class | ObjectOutputStream | An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream. |
|---|
class | RandomAccessFile | Instances of this class support both reading and writing to a random access file. |
|---|
[8]ページ先頭