All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

access(int). Method in class posix.File
Check the accessibility of the file.
APPEND. Static variable in class posix.OpenFile

C

chmod(int). Method in class posix.File
Set the permissions mode of a file.
chown(int, int). Method in class posix.File
Set the ownership of a file.
close(). Method in class posix.OpenFile
CREAT. Static variable in class posix.OpenFile
creat(String, int). Method in class posix.OpenFile

D

dup2(int). Method in class posix.OpenFile
dup2(OpenFile). Method in class posix.OpenFile

E

EXCL. Static variable in class posix.OpenFile
execvp(String, String[]). Static method in class posix.Process

F

F_OK. Static variable in class posix.File
existence
File(String). Constructor for class posix.File
fork(). Static method in class posix.Process

G

getAccessTime(). Method in class posix.Stat
Returns the time of last access.
getDevice(). Method in class posix.Stat
Returns the ID of device within this file.
getFd(). Method in class posix.OpenFile
getGID(). Method in class posix.Stat
Returns group id of the file's owner.
getInode(). Method in class posix.Stat
Returns the file serial number.
getLinkCount(). Method in class posix.Stat
Returns the number of links to this file.
getMode(). Method in class posix.Stat
Return the permissions mode of the file.
getModifiedTime(). Method in class posix.Stat
Returns the time of last data modification.
getPath(). Method in class posix.File
getPath(). Method in class posix.OpenFile
getSize(). Method in class posix.Stat
Returns size of the file for regular types.
getStatusChange(). Method in class posix.Stat
Returns the time of last status change.
getUID(). Method in class posix.Stat
Returns user id of the file's owner.

I

in(). Method in class posix.Pipe
initializeConstants(). Static method in class posix.File
initializeConstants(). Static method in class posix.OpenFile
initializeConstants(). Static method in class posix.Stat
isBlockSpecial(). Method in class posix.Stat
True if the file is a block special file
isCharacterSpecial(). Method in class posix.Stat
True if the file is a character special file
isDirectory(). Method in class posix.Stat
True if the file is a directory file
isFIFO(). Method in class posix.Stat
True if the file is a directory file
isRegularFile(). Method in class posix.Stat
True if the file is a pipe or FIFO special file

L

link(String). Method in class posix.File
Link this file to another.

N

NOCTTY. Static variable in class posix.OpenFile
NONBLOCK. Static variable in class posix.OpenFile

O

open(String, int, int). Method in class posix.OpenFile
OpenFile(String). Constructor for class posix.OpenFile
out(). Method in class posix.Pipe

P

path. Variable in class posix.File
path. Variable in class posix.OpenFile
pfd. Variable in class posix.Pipe
Pipe(). Constructor for class posix.Pipe
pipe(OpenFile[]). Method in class posix.Pipe
Posix(). Constructor for class posix.Posix
PosixException(). Constructor for class posix.PosixException
Process(). Constructor for class posix.Process

R

R_OK. Static variable in class posix.File
read access
RDONLY. Static variable in class posix.OpenFile
RDWR. Static variable in class posix.OpenFile
read(byte[]). Method in class posix.ReadFile
read(byte[], int). Method in class posix.ReadFile
ReadFile(String). Constructor for class posix.ReadFile
Open a file for reading.
rename(String). Method in class posix.File
Rename a file.
RGRP. Static variable in class posix.Stat
read for group
ROTH. Static variable in class posix.Stat
read for other
RUSR. Static variable in class posix.Stat
read for user
RWXG. Static variable in class posix.Stat
read, write, execute for group
RWXO. Static variable in class posix.Stat
read, write, execute for other
RWXU. Static variable in class posix.Stat
read, write, execute for user

S

SGID. Static variable in class posix.Stat
set group id on execution
Stat(File). Constructor for class posix.Stat
Constructs a Stat from the File object.
Stat(OpenFile). Constructor for class posix.Stat
Constructs a Stat from an OpenFile.
stat(String). Method in class posix.Stat
Stat(String). Constructor for class posix.Stat
Constructs a Stat from the filename.
stderr. Static variable in class posix.Posix
the standard error stream, on file descriptor 2
stdin. Static variable in class posix.Posix
the standard input stream, on file descriptor 0
stdout. Static variable in class posix.Posix
the standard output stream, on file descriptor 1
SUID. Static variable in class posix.Stat
set user id on execution

T

TRUNC. Static variable in class posix.OpenFile

U

unlink(). Method in class posix.File
Remove the link to this file.

W

W_OK. Static variable in class posix.File
write access
WGRP. Static variable in class posix.Stat
write for group
WOTH. Static variable in class posix.Stat
write for other
write(byte[]). Method in class posix.WriteFile
write(byte[], int). Method in class posix.WriteFile
WriteFile(String). Constructor for class posix.WriteFile
Open the file for writing.
WRONLY. Static variable in class posix.OpenFile
WUSR. Static variable in class posix.Stat
write for user

X

X_OK. Static variable in class posix.File
execute access
XGRP. Static variable in class posix.Stat
execute for group
XOTH. Static variable in class posix.Stat
execute for other
XUSR. Static variable in class posix.Stat
execute for user