All Packages Class Hierarchy This Package Previous Next Index
Class posix.WriteFile
java.lang.Object
|
+----posix.OpenFile
|
+----posix.WriteFile
- public class WriteFile
- extends OpenFile
-
WriteFile(String)
- Open the file for writing.
-
write(byte[])
-
-
write(byte[], int)
-
WriteFile
public WriteFile(String path) throws PosixException
- Open the file for writing.
- Throws: PosixException
- EACCESS, EEXIST, EINTR,
EISDIR, EMFILE, ENAMETOOLONG, ENFILE, ENOENT,
ENOSPEC, ENOTDIR, ENXIOM EROFS.
write
public native int write(byte buf[])
write
public native int write(byte buf[],
int nbyte)
All Packages Class Hierarchy This Package Previous Next Index