All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class posix.WriteFile

java.lang.Object
   |
   +----posix.OpenFile
           |
           +----posix.WriteFile

public class WriteFile
extends OpenFile

Constructor Index

 o WriteFile(String)
Open the file for writing.

Method Index

 o write(byte[])
 o write(byte[], int)

Constructors

 o 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.

Methods

 o write
 public native int write(byte buf[])
 o write
 public native int write(byte buf[],
                         int nbyte)

All Packages  Class Hierarchy  This Package  Previous  Next  Index