Index of all Fields and Methods
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

accept(File, String). Method in interface java.io.FilenameFilter
Determines whether a name should be included in a file list.
AccessException(String). Constructor for class java.rmi.AccessException
Create a new AccessException with a description.
AccessException(String, Exception). Constructor for class java.rmi.AccessException
Create a new AccessException with a description and detail exception.
AlreadyBoundException(). Constructor for class java.rmi.AlreadyBoundException
AlreadyBoundException(String). Constructor for class java.rmi.AlreadyBoundException
annotateClass(Class). Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
available(). Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of available bytes in the buffer.
available(). Method in class java.io.FileInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PipedInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read.
available(). Method in class java.io.StringBufferInputStream
Returns the number of available bytes in the buffer.

B

bind(String, Remote). Static method in class java.rmi.Naming
Binds the name to the specified remote object.
bind(String, Remote). Method in interface java.rmi.registry.Registry
Binds the name to the specified remote object.
BRIEF. Static variable in class java.rmi.server.LogStream
buf. Variable in class java.io.BufferedInputStream
The buffer where data is stored.
buf. Variable in class java.io.BufferedOutputStream
The buffer where data is stored.
buf. Variable in class java.io.ByteArrayInputStream
The buffer where data is stored.
buf. Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buffer. Variable in class java.io.StringBufferInputStream
The buffer where data is stored.
BufferedInputStream(InputStream). Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with a default buffer size.
BufferedInputStream(InputStream, int). Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with the specified buffer size.
BufferedOutputStream(OutputStream). Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with a default buffer size.
BufferedOutputStream(OutputStream, int). Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with the specified buffer size.
ByteArrayInputStream(byte[]). Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayInputStream(byte[], int, int). Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayOutputStream(). Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream.
ByteArrayOutputStream(int). Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream with the specified initial size.
bytesTransferred. Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the IO operation before it was interrupted.

C

canRead(). Method in class java.io.File
Returns a boolean indicating whether or not a readable file exists.
canWrite(). Method in class java.io.File
Returns a boolean indicating whether or not a writable file exists.
checkAccept(String, int). Method in class java.rmi.RMISecurityManager
For now stubs can't accept connections on any port.
checkAccess(Thread). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to manipulate threads.
checkAccess(ThreadGroup). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to manipulate thread groups.
checkConnect(String, int). Method in class java.rmi.RMISecurityManager
Stubs can make connections if called through the RMI transport.
checkConnect(String, int, Object). Method in class java.rmi.RMISecurityManager
Downloaded classes (including stubs) can make connections if called through the RMI transport.
checkCreateClassLoader(). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to create class loaders, or even execute any of ClassLoader's methods.
checkDelete(String). Method in class java.rmi.RMISecurityManager
Check if a file with the specified system dependent file name can be deleted.
checkError(). Method in class java.io.PrintStream
Flushes the print stream and returns whether or not there was an error on the output stream.
checkExec(String). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to fork processes.
checkExit(int). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to exit the VM.
checkLink(String). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to link dynamic libraries.
checkListen(int). Method in class java.rmi.RMISecurityManager
For now stubs can't listen on any port.
checkPackageAccess(String). Method in class java.rmi.RMISecurityManager
Check if a stub can access a package.
checkPackageDefinition(String). Method in class java.rmi.RMISecurityManager
Check if a stub can define classes in a package.
checkPropertiesAccess(). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to access the entire system properties list, only properties explicitly labeled as accessible to stubs.
checkPropertyAccess(String). Method in class java.rmi.RMISecurityManager
Stubs can access the system property named by key only if its twin key.stub property is set to true.
checkRead(FileDescriptor). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to open file descriptors for reading unless it is done through a socket, in which case other access restrictions still apply.
checkRead(String). Method in class java.rmi.RMISecurityManager
Check if a stub can read a particular file.
checkRead(String, Object). Method in class java.rmi.RMISecurityManager
No file reads are valid from a stub.
checkSetFactory(). Method in class java.rmi.RMISecurityManager
Check if a stub can set a networking-related object factory.
checkTopLevelWindow(Object). Method in class java.rmi.RMISecurityManager
Allow caller to create top-level windows.
checkWrite(FileDescriptor). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to open file descriptors for writing unless it is done through a socket, in which case other access restrictions still apply.
checkWrite(String). Method in class java.rmi.RMISecurityManager
Check if a Stub can write a particular file.
classname. Variable in class java.io.InvalidClassException
clean(ObjID[], long, VMID, boolean). Method in interface java.rmi.dgc.DGC
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
clone(). Method in class java.rmi.server.UnicastRemoteObject
Returns a clone of the remote object that is distinct from the original.
close(). Method in class java.io.FileInputStream
Closes the input stream.
close(). Method in class java.io.FileOutputStream
Closes the stream.
close(). Method in class java.io.FilterInputStream
Closes the input stream.
close(). Method in class java.io.FilterOutputStream
Closes the stream.
close(). Method in class java.io.InputStream
Closes the input stream.
close(). Method in interface java.io.ObjectInput
Closes the input stream.
close(). Method in class java.io.ObjectInputStream
Closes the input stream.
close(). Method in interface java.io.ObjectOutput
Closes the stream.
close(). Method in class java.io.ObjectOutputStream
Closes the stream.
close(). Method in class java.io.OutputStream
Closes the stream.
close(). Method in class java.io.PipedInputStream
Closes the input stream.
close(). Method in class java.io.PipedOutputStream
Closes the stream.
close(). Method in class java.io.PrintStream
Closes the stream.
close(). Method in class java.io.RandomAccessFile
Closes the file.
close(). Method in class java.io.SequenceInputStream
Closes the input stream; flipping to the next stream, if an EOF is reached.
commentChar(int). Method in class java.io.StreamTokenizer
Specifies that this character starts a single line comment.
connect(PipedInputStream). Method in class java.io.PipedOutputStream
Connect this output stream to a receiver.
connect(PipedOutputStream). Method in class java.io.PipedInputStream
Connects this input stream to a sender.
ConnectException(String). Constructor for class java.rmi.ConnectException
Create A remote exception with the specified string
ConnectException(String, Exception). Constructor for class java.rmi.ConnectException
Create A remote exception with the specified string, and the exception specified.
ConnectIOException(String). Constructor for class java.rmi.ConnectIOException
Create A remote exception with the specified string
ConnectIOException(String, Exception). Constructor for class java.rmi.ConnectIOException
Create A remote exception with the specified string, and the exception specified.
count. Variable in class java.io.BufferedInputStream
The number of bytes in the buffer.
count. Variable in class java.io.BufferedOutputStream
The number of bytes in the buffer.
count. Variable in class java.io.ByteArrayInputStream
The number of characters to use in the buffer.
count. Variable in class java.io.ByteArrayOutputStream
The number of bytes in the buffer.
count. Variable in class java.io.StringBufferInputStream
The number of characters to use in the buffer.
createRegistry(int). Static method in class java.rmi.registry.LocateRegistry
Create and export a registry on the local host.
createServerSocket(int). Method in class java.rmi.server.RMISocketFactory
Create a server socket on the specified port (port 0 represents an anonymous port).
createSocket(String, int). Method in class java.rmi.server.RMISocketFactory
Create a client socket connected to the specified host and port.

D

DataInputStream(InputStream). Constructor for class java.io.DataInputStream
Creates a new DataInputStream.
DataOutputStream(OutputStream). Constructor for class java.io.DataOutputStream
Creates a new DataOutputStream.
defaultReadObject(). Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaultWriteObject(). Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
delete(). Method in class java.io.File
Deletes the specified file.
detail. Variable in class java.rmi.RemoteException
detail. Variable in class java.rmi.server.ServerCloneException
detail. Variable in class java.io.WriteAbortedException
DGC_ID. Static variable in class java.rmi.server.ObjID
well-known id for the distributed garbage collector
dirty(ObjID[], long, Lease). Method in interface java.rmi.dgc.DGC
The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'.
dispatch(Remote, RemoteCall, int, long). Method in interface java.rmi.server.Skeleton
Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
done(). Method in interface java.rmi.server.RemoteCall
Allow cleanup after the remote call has completed.
done(RemoteCall). Method in interface java.rmi.server.RemoteRef
Allows the remote reference to clean up (or reuse) the connection.
drain(). Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.

E

enableReplaceObject(boolean). Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean). Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
eof. Variable in class java.io.OptionalDataException
True if there is not more data in the buffered part of the stream.
EOFException(). Constructor for class java.io.EOFException
Constructs an EOFException with no detail message.
EOFException(String). Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean). Method in class java.io.StreamTokenizer
If the flag is true, end-of-lines are significant (TT_EOL will be returned by nexttoken).
equals(Object). Method in class java.io.File
Compares this object against the specified object.
equals(Object). Method in class java.rmi.server.ObjID
Two object identifiers are considered equal if they have the same contents.
equals(Object). Method in class java.rmi.server.RemoteObject
Compares two remote objects for equality.
equals(Object). Method in class java.rmi.server.UID
Compares two Objects for equality.
equals(Object). Method in class java.rmi.dgc.VMID
Compare this VMID to another, and return true if they are the same identifier.
err. Static variable in class java.io.FileDescriptor
Handle to standard error.
executeCall(). Method in interface java.rmi.server.RemoteCall
Do whatever it takes to execute the call.
exists(). Method in class java.io.File
Returns a boolean indicating whether or not a file exists.
ExportException(String). Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string
ExportException(String, Exception). Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string, and the exception specified.
exportObject(Remote). Static method in class java.rmi.server.UnicastRemoteObject
Export the remote object to make it available to receive incoming calls.
exportObject(Remote, Object). Method in interface java.rmi.server.ServerRef
Find or create a client stub object for the supplied Remote.

F

failure(Exception). Method in interface java.rmi.server.RMIFailureHandler
The "failure" callback is invoked when the RMI runtime is unable to create a Socket or ServerSocket via the RMISocketFactory.
File(File, String). Constructor for class java.io.File
Creates a File object (given a directory File object).
File(String). Constructor for class java.io.File
Creates a File object.
File(String, String). Constructor for class java.io.File
Creates a File object from the specified directory.
FileDescriptor(). Constructor for class java.io.FileDescriptor
FileInputStream(File). Constructor for class java.io.FileInputStream
Creates an input file from the specified File object.
FileInputStream(FileDescriptor). Constructor for class java.io.FileInputStream
FileInputStream(String). Constructor for class java.io.FileInputStream
Creates an input file with the specified system dependent file name.
FileNotFoundException(). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with no detail message.
FileNotFoundException(String). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream(File). Constructor for class java.io.FileOutputStream
Creates an output file with the specified File object.
FileOutputStream(FileDescriptor). Constructor for class java.io.FileOutputStream
FileOutputStream(String). Constructor for class java.io.FileOutputStream
Creates an output file with the specified system dependent file name.
FilterInputStream(InputStream). Constructor for class java.io.FilterInputStream
Creates an input stream filter.
FilterOutputStream(OutputStream). Constructor for class java.io.FilterOutputStream
Creates an output stream filter.
finalize(). Method in class java.io.FileInputStream
Closes the stream when garbage is collected.
finalize(). Method in class java.io.FileOutputStream
Closes the stream when garbage is collected.
flush(). Method in class java.io.BufferedOutputStream
Flushes the stream.
flush(). Method in class java.io.DataOutputStream
Flushes the stream.
flush(). Method in class java.io.FilterOutputStream
Flushes the stream.
flush(). Method in interface java.io.ObjectOutput
Flushes the stream.
flush(). Method in class java.io.ObjectOutputStream
Flushes the stream.
flush(). Method in class java.io.OutputStream
Flushes the stream.
flush(). Method in class java.io.PipedOutputStream
Flushes the stream.
flush(). Method in class java.io.PrintStream
Flushes the stream.
forClass(). Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.

G

getAbsolutePath(). Method in class java.io.File
Gets the absolute path of the file.
getClientHost(). Static method in class java.rmi.server.RemoteServer
Return the hostname of the current client.
getClientHost(). Method in interface java.rmi.server.ServerRef
Return the hostname of the current client.
getDefaultStream(). Static method in class java.rmi.server.LogStream
Return the current default stream for new logs.
getFailureHandler(). Static method in class java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure.
getFD(). Method in class java.io.FileInputStream
Returns the opaque file descriptor object associated with this stream.
getFD(). Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD(). Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object.
getFilePointer(). Method in class java.io.RandomAccessFile
Returns the current location of the file pointer.
getInputStream(). Method in interface java.rmi.server.RemoteCall
Get the InputStream that the stub/skeleton should get results/arguments from.
getLineNumber(). Method in class java.io.LineNumberInputStream
Returns the current line number.
getLog(). Static method in class java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getMessage(). Method in class java.io.InvalidClassException
Produce the message, include the classname if present.
getMessage(). Method in class java.rmi.RemoteException
Produce the message, include the message from the nested exception if there is one.
getMessage(). Method in class java.rmi.server.ServerCloneException
Produce the message, include the message from the nested exception if there is one.
getMessage(). Method in class java.io.WriteAbortedException
Produce the message, include the message from the nested exception if there is one.
getName(). Method in class java.io.File
Gets the name of the file.
getName(). Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getOperation(). Method in class java.rmi.server.Operation
Returns the name of the method.
getOperations(). Method in interface java.rmi.server.Skeleton
getOutputStream(). Method in class java.rmi.server.LogStream
Return the current stream to which output from this log is sent.
getOutputStream(). Method in interface java.rmi.server.RemoteCall
Return the output stream the stub/skeleton should put arguments/results into.
getParent(). Method in class java.io.File
Gets the name of the parent directory.
getPath(). Method in class java.io.File
Gets the path of the file.
getRefClass(ObjectOutput). Method in interface java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getRegistry(). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry for the local host.
getRegistry(int). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the current host at the specified port.
getRegistry(String). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the specified host at a default (i.e., well-known) port number.
getRegistry(String, int). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the specified host at the specified port.
getResultStream(boolean). Method in interface java.rmi.server.RemoteCall
Returns an output stream (may put out header information relating to the success of the call).
getSecurityContext(). Method in class java.rmi.RMISecurityManager
Returns the security context (e.g., a URL).
getSecurityContext(ClassLoader). Method in interface java.rmi.server.LoaderHandler
Returns the security context of the given class loader (e.g., a URL)
getSecurityContext(ClassLoader). Static method in class java.rmi.server.RMIClassLoader
Returns the security context of the given class loader
getSerialVersionUID(). Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getSocketFactory(). Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory used by RMI.
getValue(). Method in class java.rmi.dgc.Lease
Returns the lease duration.
getVMID(). Method in class java.rmi.dgc.Lease
Returns the client VMID associated with the lease.

H

hashCode(). Method in class java.io.File
Computes a hashcode for the file.
hashCode(). Method in class java.rmi.server.ObjID
The hashcode is the object number.
hashCode(). Method in class java.rmi.server.RemoteObject
Returns a hashcode for a remote object.
hashCode(). Method in class java.rmi.server.UID
Returns a hashcode for this Object.
hashCode(). Method in class java.rmi.dgc.VMID
Compute hash code for this VMID.

I

in. Static variable in class java.io.FileDescriptor
Handle to standard input.
in. Variable in class java.io.FilterInputStream
The actual input stream.
InputStream(). Constructor for class java.io.InputStream
InterruptedIOException(). Constructor for class java.io.InterruptedIOException
Constructs an IOException with no detail message.
InterruptedIOException(String). Constructor for class java.io.InterruptedIOException
Constructs an IOException with the specified detail message.
InvalidClassException(String). Constructor for class java.io.InvalidClassException
Report a InvalidClassException for the specified reason.
InvalidClassException(String, String). Constructor for class java.io.InvalidClassException
InvalidObjectException(String). Constructor for class java.io.InvalidObjectException
Raised by a class when it is explicitly disallowing itself to be serialized.
invoke(RemoteCall). Method in interface java.rmi.server.RemoteRef
Executes the remote call.
IOException(). Constructor for class java.io.IOException
Constructs an IOException with no detail message.
IOException(String). Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
isAbsolute(). Method in class java.io.File
Returns a boolean indicating whether the file name is absolute.
isDirectory(). Method in class java.io.File
Returns a boolean indicating whether or not a directory file exists.
isFile(). Method in class java.io.File
Returns a boolean indicating whether or not a normal file exists.
isUnique(). Static method in class java.rmi.dgc.VMID
Return true if an accurate address can be determined for this host.

L

lastModified(). Method in class java.io.File
Returns the last modification time.
Lease(VMID, long). Constructor for class java.rmi.dgc.Lease
Constructs a lease with a specific VMID and lease duration.
length. Variable in class java.io.OptionalDataException
The number of bytes available to be read in the current buffer.
length(). Method in class java.io.File
Returns the length of the file.
length(). Method in class java.io.RandomAccessFile
Returns the length of the file.
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
Constructs a new LineNumberInputStream initialized with the specified input stream.
list(). Method in class java.io.File
Lists the files in a directory.
list(). Method in interface java.rmi.registry.Registry
Returns an array of the names in the registry.
list(FilenameFilter). Method in class java.io.File
Uses the specified filter to list files in a directory.
list(String). Static method in class java.rmi.Naming
Returns an array of strings of the URLs in the registry.
loadClass(String). Method in interface java.rmi.server.LoaderHandler
Load class using java.rmi.server.codebase property
loadClass(String). Static method in class java.rmi.server.RMIClassLoader
Load a class from the URL specified in the java.rmi.server.codebase property.
loadClass(URL, String). Method in interface java.rmi.server.LoaderHandler
Load class from codebase URL specified
loadClass(URL, String). Static method in class java.rmi.server.RMIClassLoader
Load a class from a URL.
log(String). Static method in class java.rmi.server.LogStream
Return the LogStream identified by the given name.
lookup(Class). Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookup(String). Static method in class java.rmi.Naming
Returns the remote object for the URL.
lookup(String). Method in interface java.rmi.registry.Registry
Returns the remote object associated with the specified name in the registry.
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Examines a boolean to decide whether TT_WORD tokens are forced to be lower case.

M

mark(int). Method in class java.io.BufferedInputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.FilterInputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.InputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.LineNumberInputStream
Marks the current position in the input stream.
marklimit. Variable in class java.io.BufferedInputStream
The maximum readahead allowed after a mark() before subsequent calls to reset() fail.
markpos. Variable in class java.io.BufferedInputStream
The position in the buffer of the current mark.
markSupported(). Method in class java.io.BufferedInputStream
Returns a boolean indicating if this stream type supports mark/reset.
markSupported(). Method in class java.io.FilterInputStream
Returns true if this stream type supports mark/reset.
markSupported(). Method in class java.io.InputStream
Returns a boolean indicating whether or not this stream type supports mark/reset.
markSupported(). Method in class java.io.PushbackInputStream
Returns true if this stream type supports mark/reset.
MarshalException(String). Constructor for class java.rmi.MarshalException
Create a new marshal exception with a descriptive string.
MarshalException(String, Exception). Constructor for class java.rmi.MarshalException
Create a new marshal exception with a descriptive string and an exception.
mkdir(). Method in class java.io.File
Creates a directory and returns a boolean indicating the success of the creation.
mkdirs(). Method in class java.io.File
Creates all directories in this path.

N

newCall(RemoteObject, Operation[], int, long). Method in interface java.rmi.server.RemoteRef
Creates an appropriate call object for a new remote method invocation on this object.
nextToken(). Method in class java.io.StreamTokenizer
Parses a token from the input stream.
NoSuchObjectException(String). Constructor for class java.rmi.NoSuchObjectException
Create a new NoSuchObjectException with a description.
NotActiveException(). Constructor for class java.io.NotActiveException
NotActiveException(String). Constructor for class java.io.NotActiveException
NotBoundException(). Constructor for class java.rmi.NotBoundException
NotBoundException(String). Constructor for class java.rmi.NotBoundException
NotSerializableException(). Constructor for class java.io.NotSerializableException
NotSerializableException(String). Constructor for class java.io.NotSerializableException
nval. Variable in class java.io.StreamTokenizer
The number value.

O

ObjectInputStream(InputStream). Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectOutputStream(OutputStream). Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectStreamException(). Constructor for class java.io.ObjectStreamException
ObjectStreamException(String). Constructor for class java.io.ObjectStreamException
ObjID(). Constructor for class java.rmi.server.ObjID
Generate unique object identifier.
ObjID(int). Constructor for class java.rmi.server.ObjID
Generate a "well-known" object ID.
Operation(String). Constructor for class java.rmi.server.Operation
Creates a new Operation object.
ordinaryChar(int). Method in class java.io.StreamTokenizer
Specifies that this character is 'ordinary': it removes any significance as a word, comment, string, whitespace or number character.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are 'ordinary'.
out. Static variable in class java.io.FileDescriptor
Handle to standard output.
out. Variable in class java.io.FilterOutputStream
The actual output stream.
OutputStream(). Constructor for class java.io.OutputStream

P

packagePrefix. Static variable in interface java.rmi.server.LoaderHandler
Find loader handler package prefix: assumes that the implementation of the LoaderHandler class is located in the package defined by the prefix.
packagePrefix. Static variable in interface java.rmi.server.RemoteRef
Find server package prefix: assumes that the implementation of server ref classes (e.g., UnicastRef, UnicastServerRef) are located in the package defined by the prefix.
parseLevel(String). Static method in class java.rmi.server.LogStream
Convert a string name of a logging level to its internal integer representation.
parseNumbers(). Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed.
pathSeparator. Static variable in class java.io.File
The system dependent path separator string.
pathSeparatorChar. Static variable in class java.io.File
The system dependent path separator character.
PipedInputStream(). Constructor for class java.io.PipedInputStream
Creates an input file that isn't connected to anything (yet).
PipedInputStream(PipedOutputStream). Constructor for class java.io.PipedInputStream
Creates an input file from the specified PiledOutputStream.
PipedOutputStream(). Constructor for class java.io.PipedOutputStream
Creates an output file that isn't connected to anything (yet).
PipedOutputStream(PipedInputStream). Constructor for class java.io.PipedOutputStream
Creates an output file connected to the specified PipedInputStream.
pos. Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos. Variable in class java.io.ByteArrayInputStream
The current position in the buffer.
pos. Variable in class java.io.StringBufferInputStream
The position in the buffer.
print(boolean). Method in class java.io.PrintStream
Prints a boolean.
print(char). Method in class java.io.PrintStream
Prints an character.
print(char[]). Method in class java.io.PrintStream
Prints an array of characters.
print(double). Method in class java.io.PrintStream
Prints a double.
print(float). Method in class java.io.PrintStream
Prints a float.
print(int). Method in class java.io.PrintStream
Prints an integer.
print(long). Method in class java.io.PrintStream
Prints a long.
print(Object). Method in class java.io.PrintStream
Prints an object.
print(String). Method in class java.io.PrintStream
Prints a String.
println(). Method in class java.io.PrintStream
Prints a newline.
println(boolean). Method in class java.io.PrintStream
Prints a boolean followed by a newline.
println(char). Method in class java.io.PrintStream
Prints a character followed by a newline.
println(char[]). Method in class java.io.PrintStream
Prints an array of characters followed by a newline.
println(double). Method in class java.io.PrintStream
Prints a double followed by a newline.
println(float). Method in class java.io.PrintStream
Prints a float followed by a newline.
println(int). Method in class java.io.PrintStream
Prints an integer followed by a newline.
println(long). Method in class java.io.PrintStream
Prints a long followed by a newline.
println(Object). Method in class java.io.PrintStream
Prints an object followed by a newline.
println(String). Method in class java.io.PrintStream
Prints a string followed by a newline.
PrintStream(OutputStream). Constructor for class java.io.PrintStream
Creates a new PrintStream.
PrintStream(OutputStream, boolean). Constructor for class java.io.PrintStream
Creates a new PrintStream, with auto flushing.
pushBack. Variable in class java.io.PushbackInputStream
Push back character.
pushBack(). Method in class java.io.StreamTokenizer
Pushes back a stream token.
PushbackInputStream(InputStream). Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream.

Q

quoteChar(int). Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit String constants.

R

RandomAccessFile(File, String). Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile from a specified File object and mode ("r" or "rw").
RandomAccessFile(String, String). Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile with the specified system dependent file name and the specified mode.
read(). Method in class java.io.BufferedInputStream
Reads a byte of data.
read(). Method in class java.io.ByteArrayInputStream
Reads a byte of data.
read(). Method in class java.io.FileInputStream
Reads a byte of data.
read(). Method in class java.io.FilterInputStream
Reads a byte.
read(). Method in class java.io.InputStream
Reads a byte of data.
read(). Method in class java.io.LineNumberInputStream
Reads a byte of data.
read(). Method in interface java.io.ObjectInput
Reads a byte of data.
read(). Method in class java.io.ObjectInputStream
Reads a byte of data.
read(). Method in class java.io.PipedInputStream
Reads a byte of data.
read(). Method in class java.io.PushbackInputStream
Reads a byte of data.
read(). Method in class java.io.RandomAccessFile
Reads a byte of data.
read(). Method in class java.io.SequenceInputStream
Reads a stream, and upon reaching an EOF, flips to the next stream.
read(). Method in class java.io.StringBufferInputStream
Reads a byte of data.
read(byte[]). Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[]). Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[]). Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[]). Method in class java.io.InputStream
Reads into an array of bytes.
read(byte[]). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[]). Method in class java.io.RandomAccessFile
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.BufferedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ByteArrayInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.InputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.LineNumberInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PipedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PushbackInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
read(byte[], int, int). Method in class java.io.SequenceInputStream
Reads data into an array of bytes, and upon reaching an EOF, flips to the next stream.
read(byte[], int, int). Method in class java.io.StringBufferInputStream
Reads into an array of bytes.
read(DataInput). Static method in class java.rmi.server.UID
Get the uid from the input stream.
read(ObjectInput). Static method in class java.rmi.server.ObjID
The read method constructs an object id whose contents is read from the specified input stream.
readBoolean(). Method in interface java.io.DataInput
Reads in a boolean.
readBoolean(). Method in class java.io.DataInputStream
Reads a boolean.
readBoolean(). Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean(). Method in class java.io.RandomAccessFile
Reads a boolean.
readByte(). Method in interface java.io.DataInput
Reads an 8 bit byte.
readByte(). Method in class java.io.DataInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.RandomAccessFile
Reads a byte.
readChar(). Method in interface java.io.DataInput
Reads a 16 bit char.
readChar(). Method in class java.io.DataInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.RandomAccessFile
Reads a 16 bit char.
readDouble(). Method in interface java.io.DataInput
Reads a 64 bit double.
readDouble(). Method in class java.io.DataInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.RandomAccessFile
Reads a 64 bit double.
readExternal(ObjectInput). Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFloat(). Method in interface java.io.DataInput
Reads a 32 bit float.
readFloat(). Method in class java.io.DataInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.RandomAccessFile
Reads a 32 bit float.
readFully(byte[]). Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.RandomAccessFile
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.RandomAccessFile
Reads bytes, blocking until all bytes are read.
readInt(). Method in interface java.io.DataInput
Reads a 32 bit int.
readInt(). Method in class java.io.DataInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.RandomAccessFile
Reads a 32 bit int.
readLine(). Method in interface java.io.DataInput
readLine(). Method in class java.io.DataInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Method in class java.io.ObjectInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Method in class java.io.RandomAccessFile
Reads a line terminated by a '\n' or EOF.
readLong(). Method in interface java.io.DataInput
Reads a 64 bit long.
readLong(). Method in class java.io.DataInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.RandomAccessFile
Reads a 64 bit long.
readObject(). Method in interface java.io.ObjectInput
Read and return an object.
readObject(). Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readShort(). Method in interface java.io.DataInput
Reads a 16 bit short.
readShort(). Method in class java.io.DataInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.RandomAccessFile
Reads 16 bit short.
readStreamHeader(). Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readUnsignedByte(). Method in interface java.io.DataInput
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.DataInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.RandomAccessFile
Reads an unsigned 8 bit byte.
readUnsignedShort(). Method in interface java.io.DataInput
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.DataInputStream
Reads 16 bit short.
readUnsignedShort(). Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.RandomAccessFile
Reads 16 bit short.
readUTF(). Method in interface java.io.DataInput
readUTF(). Method in class java.io.DataInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.RandomAccessFile
Reads a UTF formatted String.
readUTF(DataInput). Static method in class java.io.DataInputStream
Reads a UTF format String from the given input stream.
rebind(String, Remote). Static method in class java.rmi.Naming
Rebind the name to a new object; replaces any existing binding.
rebind(String, Remote). Method in interface java.rmi.registry.Registry
Rebind the name to a new object, replacing any existing binding.
ref. Variable in class java.rmi.server.RemoteObject
registerValidation(ObjectInputValidation, int). Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
REGISTRY_ID. Static variable in class java.rmi.server.ObjID
well-known id for the registry
REGISTRY_PORT. Static variable in interface java.rmi.registry.Registry
Well known port for registry
registryImpl(int). Method in interface java.rmi.registry.RegistryHandler
Constructs and exports a Registry on the specified port.
registryStub(String, int). Method in interface java.rmi.registry.RegistryHandler
Returns a "stub" for contacting a remote registry on the specified host and port.
releaseInputStream(). Method in interface java.rmi.server.RemoteCall
Release the input stream.
releaseOutputStream(). Method in interface java.rmi.server.RemoteCall
Release the output stream; in some transports this would release the stream.
remoteEquals(RemoteRef). Method in interface java.rmi.server.RemoteRef
Compares two remote objects for equality.
RemoteException(). Constructor for class java.rmi.RemoteException
Create a remote exception
RemoteException(String). Constructor for class java.rmi.RemoteException
Create a remote exception with the specified string
RemoteException(String, Throwable). Constructor for class java.rmi.RemoteException
Create a remote exception with the specified string, and the exception specified.
remoteHashCode(). Method in interface java.rmi.server.RemoteRef
Returns a hashcode for a remote object.
RemoteObject(). Constructor for class java.rmi.server.RemoteObject
Create a remote object.
RemoteObject(RemoteRef). Constructor for class java.rmi.server.RemoteObject
Create a remote object, initialized with the specified remote reference.
RemoteServer(). Constructor for class java.rmi.server.RemoteServer
RemoteServer(RemoteRef). Constructor for class java.rmi.server.RemoteServer
RemoteStub(). Constructor for class java.rmi.server.RemoteStub
Constructor for RemoteStub.
RemoteStub(RemoteRef). Constructor for class java.rmi.server.RemoteStub
Constructor for RemoteStub, with the specified remote reference.
remoteToString(). Method in interface java.rmi.server.RemoteRef
Returns a String that represents the reference of this remote object.
renameTo(File). Method in class java.io.File
Renames a file and returns a boolean indicating whether or not this method was successful.
replaceObject(Object). Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
reset(). Method in class java.io.BufferedInputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.ByteArrayInputStream
Resets the buffer to the beginning.
reset(). Method in class java.io.ByteArrayOutputStream
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset(). Method in class java.io.FilterInputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.InputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.LineNumberInputStream
Repositions the stream to the last marked position.
reset(). Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset(). Method in class java.io.StringBufferInputStream
Resets the buffer to the beginning.
resetSyntax(). Method in class java.io.StreamTokenizer
Resets the syntax table so that all characters are special.
resolveClass(ObjectStreamClass). Method in class java.io.ObjectInputStream
Subclasses may implement this method to allow classes to be fetched from an alternate source.
resolveObject(Object). Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
RMISecurityException(String). Constructor for class java.rmi.RMISecurityException
Constructs a RMISecurityException with no detail message.
RMISecurityException(String, String). Constructor for class java.rmi.RMISecurityException
Constructs a RMISecurityException with the specified detail message.
RMISecurityManager(). Constructor for class java.rmi.RMISecurityManager
Construct and initialize.
RMISocketFactory(). Constructor for class java.rmi.server.RMISocketFactory

S

seek(long). Method in class java.io.RandomAccessFile
Sets the file pointer to the specified absolute position.
separator. Static variable in class java.io.File
The system dependent file separator String.
separatorChar. Static variable in class java.io.File
The system dependent file separator character.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the specified list.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the two specified input streams.
ServerCloneException(String). Constructor for class java.rmi.server.ServerCloneException
Create A remote exception with the specified string
ServerCloneException(String, Exception). Constructor for class java.rmi.server.ServerCloneException
Create A remote exception with the specified string, and the exception specified.
ServerError(String, Error). Constructor for class java.rmi.ServerError
Create a new "server error" exception with the string and the specified exception.
ServerException(String). Constructor for class java.rmi.ServerException
Create a new server exception with a descriptive string.
ServerException(String, Exception). Constructor for class java.rmi.ServerException
Create a new server exception with a descriptive string and an exception.
ServerNotActiveException(). Constructor for class java.rmi.server.ServerNotActiveException
Create a new exception.
ServerNotActiveException(String). Constructor for class java.rmi.server.ServerNotActiveException
ServerRuntimeException(String, Exception). Constructor for class java.rmi.ServerRuntimeException
Create a new runtime exception with the strings and the specified exception.
setDefaultStream(PrintStream). Static method in class java.rmi.server.LogStream
Set the default stream for new logs.
setFailureHandler(RMIFailureHandler). Static method in class java.rmi.server.RMISocketFactory
Set the failure handler to be called by the RMI runtime if socket creation fails.
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the current line number.
setLog(OutputStream). Static method in class java.rmi.server.RemoteServer
Log RMI calls to the output stream out.
setOutputStream(OutputStream). Method in class java.rmi.server.LogStream
Set the stream to which output from this log is sent.
setRef(RemoteStub, RemoteRef). Static method in class java.rmi.server.RemoteStub
setSocketFactory(RMISocketFactory). Static method in class java.rmi.server.RMISocketFactory
Set the socket factory from which RMI gets sockets.
SILENT. Static variable in class java.rmi.server.LogStream
constants for logging levels
size(). Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size(). Method in class java.io.DataOutputStream
Returns the number of bytes written.
SkeletonMismatchException(String). Constructor for class java.rmi.server.SkeletonMismatchException
Create a new SkeletonMismatchException exception with a descriptive string.
SkeletonNotFoundException(String). Constructor for class java.rmi.server.SkeletonNotFoundException
Create a new SkeletonNotFoundException exception with a descriptive string.
SkeletonNotFoundException(String, Exception). Constructor for class java.rmi.server.SkeletonNotFoundException
Create a new SkeletonNotFoundException with a descriptive string and an exception.
skip(long). Method in class java.io.BufferedInputStream
Skips n bytes of input.
skip(long). Method in class java.io.ByteArrayInputStream
Skips n bytes of input.
skip(long). Method in class java.io.FileInputStream
Skips n bytes of input.
skip(long). Method in class java.io.FilterInputStream
Skips bytes of input.
skip(long). Method in class java.io.InputStream
Skips n bytes of input.
skip(long). Method in class java.io.LineNumberInputStream
Skips n bytes of input.
skip(long). Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long). Method in class java.io.StringBufferInputStream
Skips n bytes of input.
skipBytes(int). Method in interface java.io.DataInput
Skips bytes, block until all bytes are skipped.
skipBytes(int). Method in class java.io.DataInputStream
Skips bytes, blocks until all bytes are skipped.
skipBytes(int). Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
skipBytes(int). Method in class java.io.RandomAccessFile
slashSlashComments(boolean). Method in class java.io.StreamTokenizer
If the flag is true, recognize C++ style( // ) comments.
slashStarComments(boolean). Method in class java.io.StreamTokenizer
If the flag is true, recognize C style( /* ) comments.
SocketSecurityException(String). Constructor for class java.rmi.server.SocketSecurityException
Create A remote exception with the specified string
SocketSecurityException(String, Exception). Constructor for class java.rmi.server.SocketSecurityException
Create A remote exception with the specified string, and the exception specified.
StreamCorruptedException(). Constructor for class java.io.StreamCorruptedException
StreamCorruptedException(String). Constructor for class java.io.StreamCorruptedException
StreamTokenizer(InputStream). Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
StringBufferInputStream(String). Constructor for class java.io.StringBufferInputStream
Creates an StringBufferInputStream from the specified array of bytes.
StubNotFoundException(String). Constructor for class java.rmi.StubNotFoundException
Create a new StubNotFoundException with a descriptive string.
StubNotFoundException(String, Exception). Constructor for class java.rmi.StubNotFoundException
Create a new StubNotFoundException with a descriptive string and an exception.
sval. Variable in class java.io.StreamTokenizer
The Stream value.

T

toByteArray(). Method in class java.io.ByteArrayOutputStream
Returns a copy of the input data.
toString(). Method in class java.io.ByteArrayOutputStream
Converts input data to a string.
toString(). Method in class java.io.File
Returns a String object representing this file's path.
toString(). Method in class java.rmi.server.LogStream
Return log name as string representation
toString(). Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString(). Method in class java.rmi.server.ObjID
Returns a string containing the object id representation.
toString(). Method in class java.rmi.server.Operation
Returns a String that represents the value of this Object.
toString(). Method in class java.rmi.server.RemoteObject
Returns a String that represents the value of this remote object.
toString(). Method in class java.io.StreamTokenizer
Returns the String representation of the stream token.
toString(). Method in class java.rmi.server.UID
Returns a String that represents the value of this Object.
toString(). Method in class java.rmi.dgc.VMID
Return string representation of this VMID.
toString(int). Method in class java.io.ByteArrayOutputStream
Converts input data to a string.
TT_EOF. Static variable in class java.io.StreamTokenizer
The End-of-file token.
TT_EOL. Static variable in class java.io.StreamTokenizer
The End-of-line token.
TT_NUMBER. Static variable in class java.io.StreamTokenizer
The number token.
TT_WORD. Static variable in class java.io.StreamTokenizer
The word token.
ttype. Variable in class java.io.StreamTokenizer
The type of the last token returned.

U

UID(). Constructor for class java.rmi.server.UID
Create a pure identifier that is unique with respect to the host on which it is generated.
UID(short). Constructor for class java.rmi.server.UID
Create a "well-known" ID.
unbind(String). Static method in class java.rmi.Naming
Unbind the name.
unbind(String). Method in interface java.rmi.registry.Registry
Unbind the name.
UnexpectedException(String). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description.
UnexpectedException(String, Exception). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description, and detail exception.
UnicastRemoteObject(). Constructor for class java.rmi.server.UnicastRemoteObject
Create and export a new UnicastRemoteObject object using an anonymous port.
UnknownHostException(String). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description.
UnknownHostException(String, Exception). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description and detail exception.
UnmarshalException(String). Constructor for class java.rmi.UnmarshalException
Create a new marshal exception with a descriptive string.
UnmarshalException(String, Exception). Constructor for class java.rmi.UnmarshalException
Create a new marshal exception with a descriptive string and an exception.
unread(int). Method in class java.io.PushbackInputStream
Pushes back a character.
unreferenced(). Method in interface java.rmi.server.Unreferenced
Called when there are no current references to this remote object.
UTFDataFormatException(). Constructor for class java.io.UTFDataFormatException
Constructs an UTFDataFormatException with no detail message.
UTFDataFormatException(String). Constructor for class java.io.UTFDataFormatException
Constructs an UTFDataFormatException with the specified detail message.

V

valid(). Method in class java.io.FileDescriptor
Determines whether the file descriptor object is valid.
validateObject(). Method in interface java.io.ObjectInputValidation
Validates the object
VERBOSE. Static variable in class java.rmi.server.LogStream
VMID(). Constructor for class java.rmi.dgc.VMID
Create a new VMID.

W

whitespaceChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are whitespace characters.
wordChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are word characters.
write(byte[]). Method in interface java.io.DataOutput
Writes an array of bytes.
write(byte[]). Method in class java.io.FileOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.FilterOutputStream
Writes an array of bytes.
write(byte[]). Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[]). Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.OutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.RandomAccessFile
Writes an array of bytes.
write(byte[], int, int). Method in class java.io.BufferedOutputStream
Writes a subarray of bytes.
write(byte[], int, int). Method in class java.io.ByteArrayOutputStream
Writes bytes to the buffer.
write(byte[], int, int). Method in interface java.io.DataOutput
Writes a subarray of bytes.
write(byte[], int, int). Method in class java.io.DataOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.FileOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.FilterOutputStream
Writes a subarray of bytes.
write(byte[], int, int). Method in class java.rmi.server.LogStream
Write a subarray of bytes.
write(byte[], int, int). Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.OutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.PipedOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.PrintStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.RandomAccessFile
Wrotes a sub array of bytes.
write(DataOutput). Method in class java.rmi.server.UID
Write uid to output stream.
write(int). Method in class java.io.BufferedOutputStream
Writes a byte.
write(int). Method in class java.io.ByteArrayOutputStream
Writes a byte to the buffer.
write(int). Method in interface java.io.DataOutput
Writes a byte.
write(int). Method in class java.io.DataOutputStream
Writes a byte.
write(int). Method in class java.io.FileOutputStream
Writes a byte of data.
write(int). Method in class java.io.FilterOutputStream
Writes a byte.
write(int). Method in class java.rmi.server.LogStream
Write a byte of data to the stream.
write(int). Method in interface java.io.ObjectOutput
Writes a byte.
write(int). Method in class java.io.ObjectOutputStream
Writes a byte.
write(int). Method in class java.io.OutputStream
Writes a byte.
write(int). Method in class java.io.PipedOutputStream
Write a byte.
write(int). Method in class java.io.PrintStream
Writes a byte.
write(int). Method in class java.io.RandomAccessFile
Writes a byte of data.
write(ObjectOutput). Method in class java.rmi.server.ObjID
Marshal object id to output stream.
WriteAbortedException(String, Exception). Constructor for class java.io.WriteAbortedException
A WriteAbortedException is thrown during a read when one of the ObjectStreamExceptions was thrown during writing.
writeBoolean(boolean). Method in interface java.io.DataOutput
Writes a boolean.
writeBoolean(boolean). Method in class java.io.DataOutputStream
Writes a boolean.
writeBoolean(boolean). Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean). Method in class java.io.RandomAccessFile
Writes a boolean.
writeByte(int). Method in interface java.io.DataOutput
Writes an 8 bit byte.
writeByte(int). Method in class java.io.DataOutputStream
Writes an 8 bit byte.
writeByte(int). Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int). Method in class java.io.RandomAccessFile
Writes a byte.
writeBytes(String). Method in interface java.io.DataOutput
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.DataOutputStream
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.RandomAccessFile
Writes a String as a sequence of bytes.
writeChar(int). Method in interface java.io.DataOutput
Writes a 16 bit char.
writeChar(int). Method in class java.io.DataOutputStream
Writes a 16 bit char.
writeChar(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int). Method in class java.io.RandomAccessFile
Writes a character.
writeChars(String). Method in interface java.io.DataOutput
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.DataOutputStream
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.RandomAccessFile
Writes a String as a sequence of chars.
writeDouble(double). Method in interface java.io.DataOutput
Writes a 64 bit double.
writeDouble(double). Method in class java.io.DataOutputStream
Writes a 64 bit double.
writeDouble(double). Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double). Method in class java.io.RandomAccessFile
writeExternal(ObjectOutput). Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
writeFloat(float). Method in interface java.io.DataOutput
Writes a 32 bit float.
writeFloat(float). Method in class java.io.DataOutputStream
Writes a 32 bit float.
writeFloat(float). Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float). Method in class java.io.RandomAccessFile
writeInt(int). Method in interface java.io.DataOutput
Writes a 32 bit int.
writeInt(int). Method in class java.io.DataOutputStream
Writes a 32 bit int.
writeInt(int). Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int). Method in class java.io.RandomAccessFile
Writes an integer.
writeLong(long). Method in interface java.io.DataOutput
Writes a 64 bit long.
writeLong(long). Method in class java.io.DataOutputStream
Writes a 64 bit long.
writeLong(long). Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long). Method in class java.io.RandomAccessFile
Writes a long.
writeObject(Object). Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object). Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeShort(int). Method in interface java.io.DataOutput
Writes a 16 bit short.
writeShort(int). Method in class java.io.DataOutputStream
Writes a 16 bit short.
writeShort(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int). Method in class java.io.RandomAccessFile
Writes a short.
writeStreamHeader(). Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream). Method in class java.io.ByteArrayOutputStream
Writes the contents of the buffer to another stream.
writeUTF(String). Method in interface java.io.DataOutput
Writes a String in UTF format.
writeUTF(String). Method in class java.io.DataOutputStream
Writes a String in UTF format.
writeUTF(String). Method in class java.io.ObjectOutputStream
Writes a String in UTF format.
writeUTF(String). Method in class java.io.RandomAccessFile
Writes a String in UTF format.
written. Variable in class java.io.DataOutputStream
The number of bytes written so far.