Closeable
, Flushable
, AutoCloseable
Constructors
Creates a file output stream to write to the file represented by the specified File
object.
Creates a file output stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
Creates a file output stream to write to the file represented by the specified File
object.
Creates a file output stream to write to the file with the specified name.
Creates a file output stream to write to the file with the specified name.
void
Closes this file output stream and releases any system resources associated with this stream.
Returns the unique
FileChannel
object associated with this file output stream.
Returns the file descriptor associated with this stream.
void
Writes b.length
bytes from the specified byte array to this file output stream.
void
write(byte[] b, int off, int len)
Writes len
bytes from the specified byte array starting at offset off
to this file output stream.
void
Writes the specified byte to this file output stream.
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