Closeable
, DataOutput
, Flushable
, AutoCloseable
Fields
protected int
The number of bytes written to the data output stream so far.
Constructors
Creates a new data output stream to write data to the specified underlying output stream.
void
Flushes this data output stream.
final int
Returns the current value of the counter written
, the number of bytes written to this data output stream so far.
void
write(byte[] b, int off, int len)
Writes len
bytes from the specified byte array starting at offset off
to the underlying output stream.
void
Writes the specified byte (the low eight bits of the argument b
) to the underlying output stream.
final void
Writes a boolean
to the underlying output stream as a 1-byte value.
final void
Writes out a byte
to the underlying output stream as a 1-byte value.
final void
Writes out the string to the underlying output stream as a sequence of bytes.
final void
Writes a char
to the underlying output stream as a 2-byte value, high byte first.
final void
Writes a string to the underlying output stream as a sequence of characters.
final void
Converts the double argument to a long
using the doubleToLongBits
method in class Double
, and then writes that long
value to the underlying output stream as an 8-byte quantity, high byte first.
final void
Converts the float argument to an int
using the floatToIntBits
method in class Float
, and then writes that int
value to the underlying output stream as a 4-byte quantity, high byte first.
final void
Writes an int
to the underlying output stream as four bytes, high byte first.
final void
Writes a long
to the underlying output stream as eight bytes, high byte first.
final void
Writes a short
to the underlying output stream as two bytes, high byte first.
final void
Writes a string to the underlying output stream using
modified UTF-8encoding in a machine-independent manner.
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4