|
JAFS API v2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AFSFileException in org.openafs.jafs |
Methods in org.openafs.jafs that throw AFSFileException | |
void |
FileOutputStream.write(int b)
Writes the specified byte to this file output stream.
|
void |
FileOutputStream.write(byte[] b)
Writes b.length bytes from the specified byte array
to this file output stream.
|
void |
FileOutputStream.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 |
FileOutputStream.close()
Closes this file output stream and releases any system resources associated with this stream. |
int |
FileInputStream.read()
Reads the next byte of data from this input stream. |
int |
FileInputStream.read(byte[] b)
Reads up to b.length bytes of data from this input
stream into an array of bytes. |
int |
FileInputStream.read(byte[] b,
int off,
int len)
Reads up to len bytes of data from this input stream
into an array of bytes. |
long |
FileInputStream.skip(long n)
Skips over and discards n bytes of data from the
input stream. |
void |
FileInputStream.close()
Closes this file input stream and releases any system resources associated with the stream. |
ArrayList |
File.listArray()
Returns an ArrayList object containing strings naming the files and directories in the directory denoted by this abstract pathname. |
boolean |
File.copyTo(File dest)
Copies the file denoted by this abstract pathname to the destination file provided. |
Constructors in org.openafs.jafs that throw AFSFileException | |
FileOutputStream(String name)
Creates an output file stream to write to the AFS file with the specified name. |
|
FileOutputStream(String name,
boolean append)
Creates an output file stream to write to the AFS file with the specified name . |
|
FileOutputStream(File file)
Creates a file output stream to write to the AFS file represented by the specified File object.
|
|
FileOutputStream(File file,
boolean append)
Creates a file output stream to write to the AFS file represented by the specified File object.
|
|
FileInputStream(String name)
Creates a FileInputStream by
opening a connection to an actual AFS file,
the file named by the path name name
in the AFS file system. |
|
FileInputStream(File file)
Creates a FileInputStream by
opening a connection to an actual AFS file,
the file represented by file file
in the AFS file system. |
|
File(String pathname)
Creates a new File instance by converting the given
pathname string into an abstract pathname and validating it against
the file system. |
|
File(String parent,
String filename)
Creates a new File instance from a parent pathname string
and a child pathname string and validates it against the file system.
|
|
File(String parent,
String filename,
boolean validate)
Creates a new File instance from a parent pathname string
and a child pathname string.
|
|
File(File parent,
String filename)
Creates a new File instance from a parent abstract
pathname and a child pathname string and validates it against the file system.
|
|
File(File parent,
String filename,
boolean validate)
Creates a new File instance from a parent abstract
pathname and a child pathname string.
|
|
JAFS API v2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |