B C D E F G H I J L M N O P R S T U V W

B

BufferedInputStream - Class in j2ee.io
 
BufferedInputStream(InputStream) - Constructor for class j2ee.io.BufferedInputStream
 
BufferedInputStream(InputStream, int) - Constructor for class j2ee.io.BufferedInputStream
 
BufferedOutputStream - Class in j2ee.io
 
BufferedOutputStream(OutputStream) - Constructor for class j2ee.io.BufferedOutputStream
 
BufferedOutputStream(OutputStream, int) - Constructor for class j2ee.io.BufferedOutputStream
 
BufferedReader - Class in j2ee.io
 
BufferedReader(Reader) - Constructor for class j2ee.io.BufferedReader
 
BufferedReader(Reader, int) - Constructor for class j2ee.io.BufferedReader
 
BufferedWriter - Class in j2ee.io
 
BufferedWriter(Writer) - Constructor for class j2ee.io.BufferedWriter
 
BufferedWriter(Writer, int) - Constructor for class j2ee.io.BufferedWriter
 
ByteArrayInputStream - Class in j2ee.io
 
ByteArrayInputStream(byte[]) - Constructor for class j2ee.io.ByteArrayInputStream
 
ByteArrayInputStream(byte[], int, int) - Constructor for class j2ee.io.ByteArrayInputStream
 
ByteArrayOutputStream - Class in j2ee.io
 
ByteArrayOutputStream() - Constructor for class j2ee.io.ByteArrayOutputStream
 
ByteArrayOutputStream(int) - Constructor for class j2ee.io.ByteArrayOutputStream
 

C

CharArrayReader - Class in j2ee.io
 
CharArrayReader(char[]) - Constructor for class j2ee.io.CharArrayReader
 
CharArrayReader(char[], int, int) - Constructor for class j2ee.io.CharArrayReader
 
CharArrayWriter - Class in j2ee.io
 
CharArrayWriter() - Constructor for class j2ee.io.CharArrayWriter
 
CharArrayWriter(int) - Constructor for class j2ee.io.CharArrayWriter
 
CharConversionException - Exception in j2ee.io
 
CharConversionException() - Constructor for exception j2ee.io.CharConversionException
 
CharConversionException(String) - Constructor for exception j2ee.io.CharConversionException
 
Closeable - Interface in j2ee.io
 
createDirectory(String) - Method in class j2ee.io.File
This method creates the directory specified by the input string at DFS, if it already doesn't exist
createNewFile() - Method in class j2ee.io.File
Currently not implemented
createTempFile(String, String, File) - Static method in class j2ee.io.File
Not implemented
createTempFile(String, String) - Static method in class j2ee.io.File
Not implemented

D

DataInput - Interface in j2ee.io
 
DataInputStream - Class in j2ee.io
 
DataInputStream(InputStream) - Constructor for class j2ee.io.DataInputStream
 
DataOutput - Interface in j2ee.io
 
DataOutputStream - Class in j2ee.io
 
DataOutputStream(OutputStream) - Constructor for class j2ee.io.DataOutputStream
 
delete() - Method in class j2ee.io.File
Deletes the file or directory denoted by this abstract pathname.
deleteFile(String) - Method in class j2ee.io.File
This method deletes the file at DFS.
deleteOnExit() - Method in class j2ee.io.File
This method is not possible to implement correctly, as there is no indication to DFS about when the Java virtual machine terminates.

E

EOFException - Exception in j2ee.io
 
EOFException() - Constructor for exception j2ee.io.EOFException
 
EOFException(String) - Constructor for exception j2ee.io.EOFException
 
exists() - Method in class j2ee.io.File
Tests whether the file or directory denoted by this abstract pathname exists at DFS.
existsAtDFS(String) - Method in class j2ee.io.File
Checks if the specified input path exists at DFS
Externalizable - Interface in j2ee.io
 

F

File - Class in j2ee.io
This version of the File class that inherits from the java.io.File class is designed specially to let user's at the J2EEPS at CERN use and write to files stored at their local user area at DFS.
File(String) - Constructor for class j2ee.io.File
A constructor that creates the file/directory specified in the temporary directory locally at the J2EEPS container in question.
File(String, String) - Constructor for class j2ee.io.File
A constructor that creates the file/directory specified with parent and child string in the temporary directory locally at the J2EEPS container in question.
File(File, String) - Constructor for class j2ee.io.File
A constructor that creates the file/directory specified with parent and child string in the temporary directory locally at the J2EEPS container in question.
file - Variable in class j2ee.io.FileOutputStream
 
file - Variable in class j2ee.io.FileWriter
 
FileFilter - Interface in j2ee.io
 
FileInputStream - Class in j2ee.io
 
FileInputStream(File) - Constructor for class j2ee.io.FileInputStream
 
FileInputStream(FileDescriptor) - Constructor for class j2ee.io.FileInputStream
 
FileInputStream(String) - Constructor for class j2ee.io.FileInputStream
 
FilenameFilter - Interface in j2ee.io
 
FileNotFoundException - Exception in j2ee.io
 
FileNotFoundException() - Constructor for exception j2ee.io.FileNotFoundException
 
FileNotFoundException(String) - Constructor for exception j2ee.io.FileNotFoundException
 
FileOutputStream - Class in j2ee.io
Extention of the java.io.FileOutputStream that enables users of the J2EEPS to write their files to their user area at the DFS filesystem at CERN.
FileOutputStream(File) - Constructor for class j2ee.io.FileOutputStream
Standard constructor that creates the FileOutputStream from the input file
FileOutputStream(File, boolean) - Constructor for class j2ee.io.FileOutputStream
Constructs a FileOutputStream object given a File object.
FileOutputStream(String) - Constructor for class j2ee.io.FileOutputStream
Constructs a FileOtputStream object given a file name.
FileOutputStream(String, boolean) - Constructor for class j2ee.io.FileOutputStream
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileReader - Class in j2ee.io
 
FileReader(File) - Constructor for class j2ee.io.FileReader
 
FileReader(FileDescriptor) - Constructor for class j2ee.io.FileReader
 
FileReader(String) - Constructor for class j2ee.io.FileReader
 
FileWriter - Class in j2ee.io
Extention of the java.io.FileWriter that enables users of the J2EEPS to write their files to their user area at the DFS filesystem at CERN.
FileWriter(File) - Constructor for class j2ee.io.FileWriter
Standard constructor that creates the FileWriter from the input file
FileWriter(File, boolean) - Constructor for class j2ee.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(String) - Constructor for class j2ee.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, boolean) - Constructor for class j2ee.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FilterInputStream - Class in j2ee.io
 
FilterInputStream(InputStream) - Constructor for class j2ee.io.FilterInputStream
 
FilterOutputStream - Class in j2ee.io
 
FilterOutputStream(OutputStream) - Constructor for class j2ee.io.FilterOutputStream
 
FilterReader - Class in j2ee.io
 
FilterReader(Reader) - Constructor for class j2ee.io.FilterReader
 
FilterWriter - Class in j2ee.io
 
FilterWriter(Writer) - Constructor for class j2ee.io.FilterWriter
 
flush() - Method in class j2ee.io.FileOutputStream
This method flushes the data written to the file first locally, and then, if DFS location information is available and valid, it saves the data to DFS
flush() - Method in class j2ee.io.FileWriter
This method flushes the data written to the file first locally, and then, if DFS location information is available and valid, it saves the data to DFS
Flushable - Interface in j2ee.io
 

G

getAbsoluteFile() - Method in class j2ee.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class j2ee.io.File
Returns the absolute pathname string of this abstract pathname.
getCanonicalFile() - Method in class j2ee.io.File
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class j2ee.io.File
If a connection to DFS is possible, this will return the same as this.getAbsolutePath().
getDirectory(String[]) - Method in class j2ee.io.File
This method creates the directory with all parents specified in the input array, both locally and at DFS
getFile(String[]) - Method in class j2ee.io.File
This method takes the file from the DFS location and copies it to the temporary directory locally at the J2EEPS server, for there to be further accessed/written to from the user's application
getLocationInfo() - Method in class j2ee.io.File
Checks if it can find a dfs.properties file in the user's directory.
getLocationInfo() - Method in class j2ee.io.FileOutputStream
Checks if it can find a dfs.properties file in the user's directory.
getLocationInfo() - Method in class j2ee.io.FileWriter
Checks if it can find a dfs.properties file in the user's directory.
getName() - Method in class j2ee.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getParent() - Method in class j2ee.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentFile() - Method in class j2ee.io.File
Returns the file object for abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPath() - Method in class j2ee.io.File
Converts this abstract pathname into a pathname string.

H

hrl - Variable in class j2ee.io.File
 
hrl - Variable in class j2ee.io.FileOutputStream
 
hrl - Variable in class j2ee.io.FileWriter
 

I

InputStream - Class in j2ee.io
 
InputStream() - Constructor for class j2ee.io.InputStream
 
InputStreamReader - Class in j2ee.io
 
InputStreamReader(InputStream) - Constructor for class j2ee.io.InputStreamReader
 
InputStreamReader(InputStream, Charset) - Constructor for class j2ee.io.InputStreamReader
 
InputStreamReader(InputStream, CharsetDecoder) - Constructor for class j2ee.io.InputStreamReader
 
InputStreamReader(InputStream, String) - Constructor for class j2ee.io.InputStreamReader
 
InterruptedIOException - Exception in j2ee.io
 
InterruptedIOException() - Constructor for exception j2ee.io.InterruptedIOException
 
InterruptedIOException(String) - Constructor for exception j2ee.io.InterruptedIOException
 
InvalidClassException - Exception in j2ee.io
 
InvalidClassException(String) - Constructor for exception j2ee.io.InvalidClassException
 
InvalidClassException(String, String) - Constructor for exception j2ee.io.InvalidClassException
 
InvalidObjectException - Exception in j2ee.io
 
InvalidObjectException(String) - Constructor for exception j2ee.io.InvalidObjectException
 
IOException - Exception in j2ee.io
 
IOException() - Constructor for exception j2ee.io.IOException
 
IOException(String) - Constructor for exception j2ee.io.IOException
 
isAbsolute() - Method in class j2ee.io.File
Tests whether this abstract pathname is absolute.
isDirectory() - Method in class j2ee.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isFile() - Method in class j2ee.io.File
Tests whether the file denoted by this abstract pathname is a normal file.

J

j2ee.io - package j2ee.io
 

L

LineNumberReader - Class in j2ee.io
 
LineNumberReader(Reader) - Constructor for class j2ee.io.LineNumberReader
 
LineNumberReader(Reader, int) - Constructor for class j2ee.io.LineNumberReader
 
list() - Method in class j2ee.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class j2ee.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles() - Method in class j2ee.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FileFilter) - Method in class j2ee.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FilenameFilter) - Method in class j2ee.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listRoots() - Static method in class j2ee.io.File
Not implemented
location - Variable in class j2ee.io.File
 
location - Variable in class j2ee.io.FileOutputStream
 
location - Variable in class j2ee.io.FileWriter
 

M

mkdir() - Method in class j2ee.io.File
It the file in question is a directory, this method creates the directory at DFS if DFS location information is available and valid.
mkdirs() - Method in class j2ee.io.File
This method creates the directory that is denoted by this abstract pathname both locally and at DFS if valid DFS location information is available.

N

NotActiveException - Exception in j2ee.io
 
NotActiveException() - Constructor for exception j2ee.io.NotActiveException
 
NotActiveException(String) - Constructor for exception j2ee.io.NotActiveException
 
NotSerializableException - Exception in j2ee.io
 
NotSerializableException() - Constructor for exception j2ee.io.NotSerializableException
 
NotSerializableException(String) - Constructor for exception j2ee.io.NotSerializableException
 

O

ObjectInput - Interface in j2ee.io
 
ObjectInputStream - Class in j2ee.io
 
ObjectInputStream() - Constructor for class j2ee.io.ObjectInputStream
 
ObjectInputStream(InputStream) - Constructor for class j2ee.io.ObjectInputStream
 
ObjectInputValidation - Interface in j2ee.io
 
ObjectOutput - Interface in j2ee.io
 
ObjectOutputStream - Class in j2ee.io
 
ObjectOutputStream() - Constructor for class j2ee.io.ObjectOutputStream
 
ObjectOutputStream(OutputStream) - Constructor for class j2ee.io.ObjectOutputStream
 
ObjectStreamConstants - Interface in j2ee.io
 
ObjectStreamException - Exception in j2ee.io
 
ObjectStreamException() - Constructor for exception j2ee.io.ObjectStreamException
 
ObjectStreamException(String) - Constructor for exception j2ee.io.ObjectStreamException
 
ObjectStreamField - Class in j2ee.io
 
ObjectStreamField(String, Class<?>) - Constructor for class j2ee.io.ObjectStreamField
 
ObjectStreamField(String, Class<?>, boolean) - Constructor for class j2ee.io.ObjectStreamField
 
OutputStream - Class in j2ee.io
 
OutputStream() - Constructor for class j2ee.io.OutputStream
 
OutputStreamWriter - Class in j2ee.io
 
OutputStreamWriter(OutputStream) - Constructor for class j2ee.io.OutputStreamWriter
 
OutputStreamWriter(OutputStream, Charset) - Constructor for class j2ee.io.OutputStreamWriter
 
OutputStreamWriter(OutputStream, CharsetEncoder) - Constructor for class j2ee.io.OutputStreamWriter
 
OutputStreamWriter(OutputStream, String) - Constructor for class j2ee.io.OutputStreamWriter
 
overWrite - Variable in class j2ee.io.FileOutputStream
 

P

parseLocation(String) - Method in class j2ee.io.File
Helper method that ensures that the input does not start or end with a "/".
parseLocation(String) - Method in class j2ee.io.FileOutputStream
Helper method that ensures that the input does not start or end with a "/".
parseLocation(String) - Method in class j2ee.io.FileWriter
Helper method that ensures that the input does not start or end with a "/".
password - Variable in class j2ee.io.File
 
password - Variable in class j2ee.io.FileOutputStream
 
password - Variable in class j2ee.io.FileWriter
 
path - Variable in class j2ee.io.File
 
PipedInputStream - Class in j2ee.io
 
PipedInputStream() - Constructor for class j2ee.io.PipedInputStream
 
PipedInputStream(PipedOutputStream) - Constructor for class j2ee.io.PipedInputStream
 
PipedOutputStream - Class in j2ee.io
 
PipedOutputStream() - Constructor for class j2ee.io.PipedOutputStream
 
PipedOutputStream(PipedInputStream) - Constructor for class j2ee.io.PipedOutputStream
 
PipedReader - Class in j2ee.io
 
PipedReader() - Constructor for class j2ee.io.PipedReader
 
PipedReader(PipedWriter) - Constructor for class j2ee.io.PipedReader
 
PipedWriter - Class in j2ee.io
 
PipedWriter() - Constructor for class j2ee.io.PipedWriter
 
PipedWriter(PipedReader) - Constructor for class j2ee.io.PipedWriter
 
PrintStream - Class in j2ee.io
 
PrintStream(File) - Constructor for class j2ee.io.PrintStream
 
PrintStream(File, String) - Constructor for class j2ee.io.PrintStream
 
PrintStream(OutputStream) - Constructor for class j2ee.io.PrintStream
 
PrintStream(OutputStream, boolean) - Constructor for class j2ee.io.PrintStream
 
PrintStream(OutputStream, boolean, String) - Constructor for class j2ee.io.PrintStream
 
PrintStream(String) - Constructor for class j2ee.io.PrintStream
 
PrintStream(String, String) - Constructor for class j2ee.io.PrintStream
 
PrintWriter - Class in j2ee.io
 
PrintWriter(File) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(File, String) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(OutputStream) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(OutputStream, boolean) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(String) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(String, String) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(Writer) - Constructor for class j2ee.io.PrintWriter
 
PrintWriter(Writer, boolean) - Constructor for class j2ee.io.PrintWriter
 
PushbackInputStream - Class in j2ee.io
 
PushbackInputStream(InputStream) - Constructor for class j2ee.io.PushbackInputStream
 
PushbackInputStream(InputStream, int) - Constructor for class j2ee.io.PushbackInputStream
 
PushbackReader - Class in j2ee.io
 
PushbackReader(Reader) - Constructor for class j2ee.io.PushbackReader
 
PushbackReader(Reader, int) - Constructor for class j2ee.io.PushbackReader
 

R

RandomAccessFile - Class in j2ee.io
 
RandomAccessFile(File, String) - Constructor for class j2ee.io.RandomAccessFile
 
RandomAccessFile(String, String) - Constructor for class j2ee.io.RandomAccessFile
 
Reader - Class in j2ee.io
 
Reader() - Constructor for class j2ee.io.Reader
 
Reader(Object) - Constructor for class j2ee.io.Reader
 
renameTo(File) - Method in class j2ee.io.File
Not implemented

S

save() - Method in class j2ee.io.FileOutputStream
Method that actually saves the file to the location at DFS.
save() - Method in class j2ee.io.FileWriter
Method that actually saves the file to the location at DFS.
SequenceInputStream - Class in j2ee.io
 
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class j2ee.io.SequenceInputStream
 
SequenceInputStream(InputStream, InputStream) - Constructor for class j2ee.io.SequenceInputStream
 
Serializable - Interface in j2ee.io
 
setDFSConnection(String) - Method in class j2ee.io.File
This method sets the DFS connection according to the specified input.
setDFSConnection(String) - Method in class j2ee.io.FileOutputStream
This method sets the DFS connection according to the specified input.
setDFSConnection(String) - Method in class j2ee.io.FileWriter
This method sets the DFS connection according to the specified input.
StreamCorruptedException - Exception in j2ee.io
 
StreamCorruptedException() - Constructor for exception j2ee.io.StreamCorruptedException
 
StreamCorruptedException(String) - Constructor for exception j2ee.io.StreamCorruptedException
 
StreamTokenizer - Class in j2ee.io
 
StreamTokenizer(Reader) - Constructor for class j2ee.io.StreamTokenizer
 
StringReader - Class in j2ee.io
 
StringReader(String) - Constructor for class j2ee.io.StringReader
 
StringWriter - Class in j2ee.io
 
StringWriter() - Constructor for class j2ee.io.StringWriter
 
StringWriter(int) - Constructor for class j2ee.io.StringWriter
 
SyncFailedException - Exception in j2ee.io
 
SyncFailedException(String) - Constructor for exception j2ee.io.SyncFailedException
 

T

toURI() - Method in class j2ee.io.File
Not implemented, always returns null
toURL() - Method in class j2ee.io.File
Not implmenented, always returns null
trim(String) - Method in class j2ee.io.File
Helper method that removes separators (normally "/"'s) from the end and the beginning of the input string, if they exist
trimFirst(String) - Method in class j2ee.io.File
Helper method that removes the separator (normally "/") if the input string starts with it

U

UnsupportedEncodingException - Exception in j2ee.io
 
UnsupportedEncodingException() - Constructor for exception j2ee.io.UnsupportedEncodingException
 
UnsupportedEncodingException(String) - Constructor for exception j2ee.io.UnsupportedEncodingException
 
username - Variable in class j2ee.io.File
 
username - Variable in class j2ee.io.FileOutputStream
 
username - Variable in class j2ee.io.FileWriter
 
UTFDataFormatException - Exception in j2ee.io
 
UTFDataFormatException() - Constructor for exception j2ee.io.UTFDataFormatException
 
UTFDataFormatException(String) - Constructor for exception j2ee.io.UTFDataFormatException
 

V

vectorize(String) - Method in class j2ee.io.File
Helper method that splits the input around the separator defined (usually "/")

W

wdr - Variable in class j2ee.io.File
 
WriteAbortedException - Exception in j2ee.io
 
WriteAbortedException(String, Exception) - Constructor for exception j2ee.io.WriteAbortedException
 
Writer - Class in j2ee.io
 
Writer() - Constructor for class j2ee.io.Writer
 
Writer(Object) - Constructor for class j2ee.io.Writer
 

B C D E F G H I J L M N O P R S T U V W