Methods
Name | Description |
---|---|
close() | Closes the stream. |
flush() | Flushes the stream. |
write(byte[]) | Writes an array of bytes. |
write(byte[], int, int) | Writes a sub array of bytes. |
write(int) | Writes a byte. |
writeObject(Object) | Write an object to the underlying storage or stream. |