MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / DataOutputStream

Class DataOutputStream

src/java/io/DataOutputStream.java:31–241  ·  view source on GitHub ↗

This class lets you write primitive Java data types to a stream in a portable way. Primitive data types are well understood types with associated operations. For example, an Integer is considered to be a good primitive data type. The data can be converted back using a DataInputStream.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected