- C018FE95 - Interface in com.sun.gssapi
-
An object of this class implements the functionality of a GSSContext
for a specific mechanism.
- canonicalize(Oid) - Method in class com.sun.gssapi.GSSName
-
Creates a new name which is guaranteed to be mechanism specific (MN).
- canRead() - Method in class com.sun.file.XFileAccessor
-
Tests if the application can read from the specified file.
- canRead() - Method in class com.sun.http.XFileAccessor
-
Tests if the application can read from the specified file.
- canRead() - Method in class com.sun.nfs.XFileAccessor
-
Tests if the application can read from the specified file.
- canRead() - Method in class com.sun.xfile.XFile
-
Tests if the application can read from the specified file.
- canRead() - Method in interface com.sun.xfile.XFileAccessor
-
Tests if the application can read from the specified file.
- canRead() - Method in class com.sun.xfilechooser.BeanXFile
-
- canRead() - Method in class com.sun.zip.XFileAccessor
-
Tests if the application can read from the specified file.
- canWrite() - Method in class com.sun.file.XFileAccessor
-
Tests if the application can write to this file.
- canWrite() - Method in class com.sun.http.XFileAccessor
-
Tests if the application can write to this file.
- canWrite() - Method in class com.sun.nfs.XFileAccessor
-
Tests if the application can write to this file.
- canWrite() - Method in class com.sun.xfile.XFile
-
Tests if the application can write to this file.
- canWrite() - Method in interface com.sun.xfile.XFileAccessor
-
Tests if the application can write to this file.
- canWrite() - Method in class com.sun.xfilechooser.BeanXFile
-
- canWrite() - Method in class com.sun.zip.XFileAccessor
-
Tests if the application can write to this file.
- ChannelBinding - Class in com.sun.gssapi
-
The JGSS accommodates the concept of caller-provided channel
binding information.
- ChannelBinding(InetAddress, InetAddress, byte[]) - Constructor for class com.sun.gssapi.ChannelBinding
-
Construct a channel bindings object that contains all the user
specified tags.
- ChannelBinding(byte[]) - Constructor for class com.sun.gssapi.ChannelBinding
-
Construct a channel bindings object without any addressing
information.
- clone() - Method in class com.sun.gssapi.GSSName
-
Creates a duplicate of this object.
- clone() - Method in interface com.sun.gssapi.GSSNameSpi
-
Produces a copy of this object.
- close() - Method in class com.sun.file.XFileAccessor
-
Close the file
- close() - Method in class com.sun.http.XFileAccessor
-
Close the Streams
- close() - Method in class com.sun.nfs.Nfs
-
Close the file by flushing data and
deallocating buffers.
- close() - Method in class com.sun.nfs.XFileAccessor
-
Close the file
Since NFS has no concept of file close, we just
flush any buffered data.
- close() - Method in interface com.sun.xfile.XFileAccessor
-
Close the file.
- close() - Method in class com.sun.xfile.XFileInputStream
-
Closes this file input stream and releases any system resources
associated with the stream.
- close() - Method in class com.sun.xfile.XFileOutputStream
-
Closes this file output stream, flushes any buffered,
unwritten data, and releases any system resources
associated with this stream.
- close() - Method in class com.sun.xfile.XRandomAccessFile
-
Closes this random access file and flushes any
unwritten data to the file.
- close() - Method in class com.sun.zip.XFileAccessor
-
Close the file
- com.sun.file - package com.sun.file
-
- com.sun.gssapi - package com.sun.gssapi
-
- com.sun.http - package com.sun.http
-
- com.sun.nfs - package com.sun.nfs
-
- com.sun.rpc - package com.sun.rpc
-
- com.sun.xfile - package com.sun.xfile
-
- com.sun.xfilechooser - package com.sun.xfilechooser
-
- com.sun.zip - package com.sun.zip
-
- COMPLETE - Static variable in class com.sun.gssapi.GSSContext
-
Return value from either accept or init stating that
the context creation phase is complete for this peer.
- CONF - Static variable in class com.sun.gssapi.GSSContext
-
Context option flag - confidentiality.
- conn - Variable in class com.sun.rpc.Rpc
-
- ConnectDatagram - Class in com.sun.rpc
-
Sets up a UDP connection to the server.
- ConnectDatagram(String, int, int) - Constructor for class com.sun.rpc.ConnectDatagram
-
Construct a new connection to a specified server and port.
- Connection - Class in com.sun.rpc
-
Sets up a connection to the server using
either UDP or TCP as determined by the
subclass.
- Connection(String, int, String, int) - Constructor for class com.sun.rpc.Connection
-
Construct a new connection to a specified server
and port using protocol proto with a
reply buffer of size maxsize.
- ConnectSocket - Class in com.sun.rpc
-
Sets up a TCP connection to the server.
- ConnectSocket(String, int, int) - Constructor for class com.sun.rpc.ConnectSocket
-
Construct a new connection to a specified server and port.
- containedIn(Oid[]) - Method in class com.sun.gssapi.Oid
-
A utility method which takes an array of Oids and checks if
it contains this oid object.
- CONTEXT_EXPIRED - Static variable in exception com.sun.gssapi.GSSException
-
Specified security context expired error.
- CONTINUE_NEEDED - Static variable in class com.sun.gssapi.GSSContext
-
Return value from either accept or init stating that
another token is required from the peer to continue context
creation.
- createFileObject(File, String) - Method in class com.sun.xfilechooser.XFileSystemView
-
Creates a File object constructed from File obj and filename
- createFileObject(String) - Method in class com.sun.xfilechooser.XFileSystemView
-
Creates a file object constructed from give pathname
- Cred - Class in com.sun.rpc
-
RPC Credentials
Extended by each credential class
- Cred() - Constructor for class com.sun.rpc.Cred
-
- CRED_DELEG - Static variable in class com.sun.gssapi.GSSContext
-
Context option flag - credential delegation.
- CREDENTIALS_EXPIRED - Static variable in exception com.sun.gssapi.GSSException
-
Expired credentials detected error.
- CredGss - Class in com.sun.rpc
-
The credential class for the RPCSEC_GSS security flavor.
- CredGss(String, String, int, int) - Constructor for class com.sun.rpc.CredGss
-
Constructor creates an instance of RPCSEC_GSS credential with
given service name, mechanism, service type and qop number.
- CredGss(String, Oid, int, int) - Constructor for class com.sun.rpc.CredGss
-
Constructor creates an instance of RPCSEC_GSS credential with
given service name, mechanism, service type and qop number.
- CredNone - Class in com.sun.rpc
-
This is the "NONE" credential, i.e.
- CredNone() - Constructor for class com.sun.rpc.CredNone
-
- CredUnix - Class in com.sun.rpc
-
The Unix credential.
- CredUnix(int, int) - Constructor for class com.sun.rpc.CredUnix
-
Constructor creates an instance of
Unix credential with given uid/gid
- CredUnix() - Constructor for class com.sun.rpc.CredUnix
-
Constructor creates an instance of
Unix credential and sets default uid/gid
to "nobody".
- GAP_TOKEN - Static variable in exception com.sun.gssapi.GSSException
-
An expected per-message token was not received.
- GARBAGE_ARGS - Static variable in exception com.sun.rpc.MsgAcceptedException
-
- getAbsolutePath() - Method in class com.sun.xfile.XFile
-
Returns the absolute pathname of the file represented by this
object.
- getAbsolutePath() - Method in class com.sun.xfilechooser.BeanXFile
-
- getAcceptLifetime() - Method in interface com.sun.gssapi.GSSCredSpi
-
Returns the accept lifetime remaining.
- getAcceptorAddress() - Method in class com.sun.gssapi.ChannelBinding
-
Get the acceptor's address for this channel binding.
- getAnonymityState() - Method in class com.sun.gssapi.GSSContext
-
Returns true if this is an anonymous context.
- getApplicationData() - Method in class com.sun.gssapi.ChannelBinding
-
Get the application specified data for this channel binding.
- getAsText() - Method in class com.sun.xfilechooser.DialogEditor
-
Gets the integer value of current selected dialog type and returns the
corresponding string of dialog type.
- getAsText() - Method in class com.sun.xfilechooser.FileModeEditor
-
Gets the integer value of current selection file mode and returns the
corresponding string of file mode.
- getAsText() - Method in class com.sun.xfilechooser.XFileChooserEditor
-
Gets the String representation of XFile object
- getCache(String, int, String) - Static method in class com.sun.rpc.Connection
-
Get a cached connection for the specified server, port and protocol
- getCanonicalPath() - Method in class com.sun.xfile.XFile
-
Returns the canonical form of this XFile
object's
pathname.
- getCanonicalPath() - Method in class com.sun.xfilechooser.BeanXFile
-
- getConfState() - Method in class com.sun.gssapi.GSSContext
-
Returns the confidentiality service state over the context.
- getContents() - Method in class com.sun.xfilechooser.EditorResource
-
- getCred() - Static method in class com.sun.nfs.NfsConnect
-
Get the credential as a Unix cred
- getCred(Xdr) - Method in class com.sun.rpc.CredGss
-
- getCred() - Method in class com.sun.rpc.Rpc
-
Return the RPC credential
- getCurrentXDirectory() - Method in class com.sun.xfilechooser.XFileChooser
-
Returns XFile Object of the current directory.
- getDefault() - Static method in class com.sun.nfs.NfsSecurity
-
Get the default security flavor number if it is specified in the
nfssec.properties file, otherwise, simply return "1" for AUTH_SYS.
- getDefaultMech() - Static method in class com.sun.gssapi.GSSManager
-
Determines the default mechanism.
- getDelegCred() - Method in class com.sun.gssapi.GSSContext
-
Returns the delegated credential object on the acceptor's side.
- getDelegCredState() - Method in class com.sun.gssapi.GSSContext
-
Returns the state of the delegated credentials for the context.
- getDER() - Method in class com.sun.gssapi.Oid
-
Returns the full ASN.1 DER encoding for this oid object.
- getExports() - Method in class com.sun.nfs.XFileExtensionAccessor
-
Get server's export list
- getExtensionAccessor() - Method in class com.sun.xfile.XFile
-
Get the XFileExtensionAccessor
- getFile() - Method in class com.sun.nfs.NfsURL
-
- getFilePointer() - Method in class com.sun.xfile.XRandomAccessFile
-
Returns the current offset in this file.
- getFiles(File, boolean) - Method in class com.sun.xfilechooser.XFileSystemView
-
Returns the list of files in a directory
- getFileSystemName() - Method in class com.sun.xfile.XFile
-
Returns the name of the filesystem, the string before
the colon of the URL.
- getFileSystemView() - Static method in class com.sun.xfilechooser.XFileSystemView
-
Depending on type of operating system (e.g.
- getGid() - Method in class com.sun.rpc.CredUnix
-
Get the Unix group id for the user
- getGids() - Method in class com.sun.rpc.CredUnix
-
Get the Unix group list for the user
- getGSSName() - Method in class com.sun.gssapi.GSSCredential
-
Retrieves the name of the entity that the credential has been
acquired for.
- getGSSName(Oid) - Method in class com.sun.gssapi.GSSCredential
-
Queries the selected mechanism for the principal name of the
credential.
- getHome() - Method in class com.sun.rpc.CredUnix
-
Get the user's home directory path
- getHomeDirectory() - Method in class com.sun.xfilechooser.XFileSystemView
-
Returns the user's home directory
- getHost() - Method in class com.sun.nfs.NfsURL
-
- getIcon(int) - Method in class com.sun.xfilechooser.XFileChooserBeanInfo
-
- getInitiatorAddress() - Method in class com.sun.gssapi.ChannelBinding
-
Get the initiator's address for this channel binding.
- getInitLifetime() - Method in interface com.sun.gssapi.GSSCredSpi
-
Returns the init lifetime remaining.
- getIntegState() - Method in class com.sun.gssapi.GSSContext
-
Returns the integrity service state over the context.
- getLifetime() - Method in class com.sun.gssapi.GSSContext
-
Returns the context lifetime in seconds.
- getLifetime() - Method in interface com.sun.gssapi.GSSCredSpi
-
Returns the lifetime remaining.
- getLocation() - Method in class com.sun.nfs.NfsURL
-
- getLocation() - Method in class com.sun.zip.ZipURL
-
- getMajor() - Method in exception com.sun.gssapi.GSSException
-
Returns the major code representing the error that caused this
exception to be thrown.
- getMajorString() - Method in exception com.sun.gssapi.GSSException
-
Returns a string explaining the major code in this exception.
- getMech() - Method in class com.sun.gssapi.GSSContext
-
Returns the mechanism oid for the context.
- getMech() - Method in interface com.sun.gssapi.GSSNameSpi
-
Get the mechanism type that this NameElement corresponds to.
- getMech(String) - Static method in class com.sun.nfs.NfsSecurity
-
getMech will get the security mechanism OID string from the second token
in the value.
- getMechanism() - Method in interface com.sun.gssapi.GSSCredSpi
-
Returns the oid representing the underlying credential
mechanism oid.
- getMechs() - Method in class com.sun.gssapi.GSSCredential
-
Returns the mechanism oids over which the credential has been
acquired.
- getMechs() - Static method in class com.sun.gssapi.GSSManager
-
Indicates which mechanisms are configured within JGSS.
- getMechsForName(Oid) - Static method in class com.sun.gssapi.GSSManager
-
Returns all the mechanisms that support the specific name type.
- getMessage() - Method in exception com.sun.gssapi.GSSException
-
Returns string representing both the major and minor status
codes.
- getMIC(byte[], int, int, MessageProp) - Method in class com.sun.gssapi.GSSContext
-
Returns a token containing a cryptographic MIC for the
supplied message, for transfer to the peer application.
- getMIC(InputStream, OutputStream, MessageProp) - Method in class com.sun.gssapi.GSSContext
-
Produces a token containing a cryptographic MIC for the
supplied message, for transfer to the peer application.
- getMinor() - Method in exception com.sun.gssapi.GSSException
-
Returns the mechanism error that caused this exception.
- getMinorString() - Method in exception com.sun.gssapi.GSSException
-
Returns a string explaining the mechanism specific error code.
- getMutualAuthState() - Method in class com.sun.gssapi.GSSContext
-
Returns the state of the mutual authentication option for
the context.
- getName() - Method in interface com.sun.gssapi.GSSCredSpi
-
Returns the principal name for this credential.
- getName(String) - Static method in class com.sun.nfs.NfsSecurity
-
getName will get the NFS security flavor name from the first token
in the value.
- getName() - Method in class com.sun.xfile.XFile
-
Returns the name of the file represented by this object.
- getName() - Method in class com.sun.xfilechooser.BeanXFile
-
- getNamesForMech(Oid) - Static method in class com.sun.gssapi.GSSManager
-
Returns name types (Oids) supported by the selected mechanism.
- getNameType() - Method in interface com.sun.gssapi.GSSNameSpi
-
Returns the name type oid for this name.
- getNfs() - Method in class com.sun.nfs.XFileAccessor
-
- getParent(XFile) - Method in class com.sun.nfs.XFileAccessor
-
- getParent() - Method in class com.sun.xfile.XFile
-
Returns the parent part of the pathname of this
XFile
object, or null
if the name
has no parent part.
- getParent() - Method in class com.sun.xfilechooser.BeanXFile
-
- getParentDirectory(File) - Method in class com.sun.xfilechooser.XFileSystemView
-
Returns the parent directory of specified directory/file object
- getPath() - Method in class com.sun.xfile.XFile
-
Returns the pathname of the file represented by this object.
- getPath() - Method in class com.sun.xfilechooser.BeanXFile
-
- getPath() - Method in class com.sun.zip.ZipURL
-
- getPeer() - Method in class com.sun.rpc.Rpc
-
Since this returns the address of the server it may
seem redundant - but if you receive a reply to a
broadcast RPC you need to know who is replying.
- getPort() - Method in class com.sun.nfs.NfsURL
-
- getPrefer() - Static method in class com.sun.nfs.NfsSecurity
-
Get the preferred nfs security flavor number if it is specified
in the nfssec.properties file, otherwise, return null.
- getPrivacy() - Method in class com.sun.gssapi.MessageProp
-
Retrieves the privacy state.
- getPropertyDescriptors() - Method in class com.sun.xfilechooser.XFileChooserBeanInfo
-
- getProtocol() - Method in class com.sun.nfs.NfsURL
-
- getProtocol() - Method in class com.sun.zip.ZipURL
-
- getQOP() - Method in class com.sun.gssapi.MessageProp
-
Retrieves the QOP value.
- getQop(String) - Static method in class com.sun.nfs.NfsSecurity
-
getQop will get the Quality of Protection number from the fourth token
in the value.
- getRemainingAcceptLifetime(Oid) - Method in class com.sun.gssapi.GSSCredential
-
Returns the remaining lifetime in seconds for the credential
to remain capable of accepting security context under the
specified mechanism.
- getRemainingInitLifetime(Oid) - Method in class com.sun.gssapi.GSSCredential
-
Returns the remaining lifetime in seconds for the credential
to remain capable of initiating security context under the
specified mechanism.
- getRemainingLifetime() - Method in class com.sun.gssapi.GSSCredential
-
Obtains the remaining lifetime for a credential.
- getReplayDetState() - Method in class com.sun.gssapi.GSSContext
-
Returns the state of the replay detection service for
the context.
- getSelectedXFile() - Method in class com.sun.xfilechooser.XFileChooser
-
Returns the XFile object of the selected file.
- getSelectedXFileInputStream() - Method in class com.sun.xfilechooser.XFileChooser
-
Returns the XFileInputStream object of the selected file
- getSelectedXFileOutputStream() - Method in class com.sun.xfilechooser.XFileChooser
-
Returns the XFileOutputStream object of the selected file
- getSelectedXFiles() - Method in class com.sun.xfilechooser.XFileChooser
-
Returns a list of selected files if the filechooser is
set to allow multi-selection.
- getSequenceDetState() - Method in class com.sun.gssapi.GSSContext
-
Returns the state of the sequence detection service for
the context.
- getService(String) - Static method in class com.sun.nfs.NfsSecurity
-
getService will get the security service type from the third token
in the value.
- getSrcName() - Method in class com.sun.gssapi.GSSContext
-
Retrieves the name of the context initiator.
- getStringNameType() - Method in class com.sun.gssapi.GSSName
-
Returns the name type for the printed name.
- getStringNameType() - Method in interface com.sun.gssapi.GSSNameSpi
-
Returns the oid describing the format of the printable name.
- getTags() - Method in class com.sun.xfilechooser.DialogEditor
-
Provides the valid dialog type: Open, Save, or Custom
- getTags() - Method in class com.sun.xfilechooser.FileModeEditor
-
Provides the valid selection file modes: Files, Directories or
Files/Directories
- getTargName() - Method in class com.sun.gssapi.GSSContext
-
Retrieves the name of the context target (acceptor).
- getUid() - Method in class com.sun.rpc.CredUnix
-
Get the Unix user id for the user
- getUmask() - Method in class com.sun.rpc.CredUnix
-
Get the user's home Unix umask
- getUsage() - Method in class com.sun.gssapi.GSSCredential
-
Retrieve the credential usage flag, which is one of
INITIATE_ONLY, ACCEPT_ONLY, INITIATE_AND_ACCEPT.
- getUsage(Oid) - Method in class com.sun.gssapi.GSSCredential
-
Retrieve the credential usage flag, which is one of
INITIATE_ONLY, ACCEPT_ONLY, INITIATE_AND_ACCEPT, for a
specific credential mechanism.
- getUsage() - Method in interface com.sun.gssapi.GSSCredSpi
-
Returns the credential usage.
- getWrapSizeLimit(int, boolean, int) - Method in class com.sun.gssapi.GSSContext
-
Returns the maximum message size that, if presented to the
wrap method with the same confReq and qop parameters will
result in an output token containing no more then maxTokenSize
bytes.
- getXFile() - Method in class com.sun.file.XFileAccessor
-
Get the XFile for this Accessor
- getXFile() - Method in class com.sun.http.XFileAccessor
-
Get the XFile for this Accessor
- getXFile() - Method in class com.sun.nfs.XFileAccessor
-
- getXFile() - Method in interface com.sun.xfile.XFileAccessor
-
Return the XFile for this Accessor
- getXFile() - Method in class com.sun.zip.XFileAccessor
-
Get the XFile for this Accessor
- GSSContext - Class in com.sun.gssapi
-
This class represents the JGSS security context and its associated
operations.
- GSSContext(GSSName, Oid, GSSCredential, int) - Constructor for class com.sun.gssapi.GSSContext
-
Constructor for creating a context on the initiator's side.
- GSSContext(GSSCredential) - Constructor for class com.sun.gssapi.GSSContext
-
Constructor for creating a context on the acceptor' side.
- GSSContext(byte[]) - Constructor for class com.sun.gssapi.GSSContext
-
Constructor for creating a GSSContext from a previously
exported context.
- GSSCredential - Class in com.sun.gssapi
-
This class manages GSS-API credentials and their associated
operations.
- GSSCredential(int) - Constructor for class com.sun.gssapi.GSSCredential
-
Constructor for default credentials.
- GSSCredential(GSSName, int) - Constructor for class com.sun.gssapi.GSSCredential
-
Constructor for default mechanism credential.
- GSSCredential(GSSName, int, Oid, int) - Constructor for class com.sun.gssapi.GSSCredential
-
Constructor for a single mechanism credential.
- GSSCredential(GSSName, int, Oid[], int) - Constructor for class com.sun.gssapi.GSSCredential
-
Constructor for a credential over a set of mechanisms.
- GSSCredSpi - Interface in com.sun.gssapi
-
This interface is implemented by each mechanism to provide the
functionality of a credential.
- GSSException - Exception in com.sun.gssapi
-
This exception is thrown whenever a fatal GSS-API error occurs
including mechanism specific errors.
- GSSException(int) - Constructor for exception com.sun.gssapi.GSSException
-
Construct a GSSException object with a specified major code.
- GSSException(int, int, String) - Constructor for exception com.sun.gssapi.GSSException
-
Construct a GSSException object with a specified major and
minor codes and minor explanation string.
- GSSManager - Class in com.sun.gssapi
-
This class implements functionality common to the entire GSS-API
package.
- GSSManager() - Constructor for class com.sun.gssapi.GSSManager
-
- GSSName - Class in com.sun.gssapi
-
An object of this class encapsulates a single GSS-API principal entity.
- GSSName(String, Oid) - Constructor for class com.sun.gssapi.GSSName
-
Converts a contiguous string name to a GSSName object
of the specified type.
- GSSName(byte[], Oid) - Constructor for class com.sun.gssapi.GSSName
-
Creates a new GSSName object from the specified type.
- GSSName(String, Oid, Oid) - Constructor for class com.sun.gssapi.GSSName
-
Creates a new GSSName object of the specified type.
- GSSName(byte[], Oid, Oid) - Constructor for class com.sun.gssapi.GSSName
-
Creates a new GSSName object from the specified type.
- GSSNameSpi - Interface in com.sun.gssapi
-
This class represents a mechanism specific name element.
- INDEFINITE - Static variable in class com.sun.gssapi.GSSContext
-
Indefinite lifetime value for a context.
- INDEFINITE - Static variable in class com.sun.gssapi.GSSCredential
-
Indefinite lifetime for a credential.
- init(byte[], int, int) - Method in class com.sun.gssapi.GSSContext
-
Called by the context initiator to start the context creation
process.
- init(InputStream, OutputStream) - Method in class com.sun.gssapi.GSSContext
-
Called by the context initiator to start the context creation
process.
- init(GSSNameSpi, int, int, int) - Method in interface com.sun.gssapi.GSSCredSpi
-
Initialized the credential object.
- init(byte[], Oid) - Method in interface com.sun.gssapi.GSSNameSpi
-
Initializer for the GSSNameSpi object using a byte array.
- init(String, Oid) - Method in interface com.sun.gssapi.GSSNameSpi
-
Initializer for the GSSNameSpi object using a String.
- init(Connection, int, int) - Method in class com.sun.rpc.CredUnix
-
- INITIATE_AND_ACCEPT - Static variable in class com.sun.gssapi.GSSCredential
-
Credential usage flag requesting that it be able to be used
for both context initiation and acceptance.
- INITIATE_ONLY - Static variable in class com.sun.gssapi.GSSCredential
-
Credential usage flag requesting that it be able to be used
for context initiation only.
- INTG - Static variable in class com.sun.gssapi.GSSContext
-
Context option flag - integrity.
- isAbsolute() - Method in class com.sun.xfile.XFile
-
Tests if the file represented by this XFile
object is an absolute pathname.
- isAbsolute() - Method in class com.sun.xfilechooser.BeanXFile
-
- isAnonymousName() - Method in class com.sun.gssapi.GSSName
-
Tests if this is an Anonymous name object.
- isAnonymousName() - Method in interface com.sun.gssapi.GSSNameSpi
-
Indicates if this name object represents an Anonymous name.
- isDirectory() - Method in class com.sun.file.XFileAccessor
-
Tests if the file represented by this XFileAccessor
object is a directory.
- isDirectory() - Method in class com.sun.http.XFileAccessor
-
Tests if the file represented by this XFileAccessor
object is a directory.
- isDirectory() - Method in class com.sun.nfs.XFileAccessor
-
Tests if the file represented by this XFileAccessor
object is a directory.
- isDirectory() - Method in class com.sun.xfile.XFile
-
Tests if the file represented by this XFile
object is a directory.
- isDirectory() - Method in interface com.sun.xfile.XFileAccessor
-
Tests if the file represented by this XFileAccessor
object is a directory.
- isDirectory() - Method in class com.sun.xfilechooser.BeanXFile
-
- isDirectory() - Method in class com.sun.zip.XFileAccessor
-
Tests if the file represented by this XFileAccessor
object is a directory.
- isDuplicateToken() - Method in class com.sun.gssapi.MessageProp
-
Method to signal supplementary information.
- isEstablished() - Method in class com.sun.gssapi.GSSContext
-
Returns true is this is a fully established context.
- isFile() - Method in class com.sun.file.XFileAccessor
-
Tests if the file represented by this
object is a "normal" file.
- isFile() - Method in class com.sun.http.XFileAccessor
-
Tests if the file represented by this
object is a "normal" file.
- isFile() - Method in class com.sun.nfs.XFileAccessor
-
Tests if the file represented by this
object is a "normal" nfs.
- isFile() - Method in class com.sun.xfile.XFile
-
Tests if the file represented by this XFile
object is a "normal" file.
- isFile() - Method in interface com.sun.xfile.XFileAccessor
-
Tests if the file represented by this
object is a "normal" file.
- isFile() - Method in class com.sun.xfilechooser.BeanXFile
-
- isFile() - Method in class com.sun.zip.XFileAccessor
-
Tests if the file represented by this
object is a "normal" file.
- isGapToken() - Method in class com.sun.gssapi.MessageProp
-
Method to signal supplementary information.
- isInitiator() - Method in class com.sun.gssapi.GSSContext
-
Returns true if this is the initiator of the context.
- isOldToken() - Method in class com.sun.gssapi.MessageProp
-
Method to signal supplementary information.
- isProtReady() - Method in class com.sun.gssapi.GSSContext
-
Indicates if the per message operations can be applied over
the context.
- isRoot(File) - Method in class com.sun.xfilechooser.XFileSystemView
-
Returns true if the given file object is root.
- isTransferable() - Method in class com.sun.gssapi.GSSContext
-
Indicates if the context is transferable to other processes
through the use of the export method.
- isUnseqToken() - Method in class com.sun.gssapi.MessageProp
-
Method to signal supplementary information.
- lastModified() - Method in class com.sun.file.XFileAccessor
-
Returns the time that the file represented by this
XFile
object was last modified.
- lastModified() - Method in class com.sun.http.XFileAccessor
-
Returns the time that the file represented by this
XFile
object was last modified.
- lastModified() - Method in class com.sun.nfs.XFileAccessor
-
Returns the time that the file represented by this
XFile
object was last modified.
- lastModified() - Method in class com.sun.xfile.XFile
-
Returns the time that the file represented by this
XFile
object was last modified.
- lastModified() - Method in interface com.sun.xfile.XFileAccessor
-
Returns the time that the file represented by this
XFile
object was last modified.
- lastModified() - Method in class com.sun.xfilechooser.BeanXFile
-
- lastModified() - Method in class com.sun.zip.XFileAccessor
-
Returns the time that the file represented by this
XFile
object was last modified.
- length() - Method in class com.sun.file.XFileAccessor
-
Returns the length of the file represented by this
XFileAccessor object.
- length() - Method in class com.sun.http.XFileAccessor
-
Returns the length of the file represented by this
XFileAccessor object.
- length() - Method in class com.sun.nfs.XFileAccessor
-
Returns the length of the file represented by this
XFileAccessor object.
- length() - Method in class com.sun.xfile.XFile
-
Returns the length of the file represented by this
XFile
object.
- length() - Method in interface com.sun.xfile.XFileAccessor
-
Returns the length of the file represented by this
XFileAccessor object.
- length() - Method in class com.sun.xfile.XRandomAccessFile
-
Returns the length of this file.
- length() - Method in class com.sun.xfilechooser.BeanXFile
-
- length() - Method in class com.sun.zip.XFileAccessor
-
Returns the length of the file represented by this
XFileAccessor object.
- list() - Method in class com.sun.file.XFileAccessor
-
Returns a list of the files in the directory specified by
this XFileAccessor object.
- list() - Method in class com.sun.http.XFileAccessor
-
Returns a list of the files in the directory specified by
this XFileAccessor object.
- list() - Method in class com.sun.nfs.XFileAccessor
-
Returns a list of the files in the directory specified by
this XFileAccessor object.
- list() - Method in class com.sun.xfile.XFile
-
Returns a list of the files in the directory specified by this
XFile
object.
- list(XFilenameFilter) - Method in class com.sun.xfile.XFile
-
Returns a list of the files in the directory specified by this
XFile
that satisfy the specified filter.
- list() - Method in interface com.sun.xfile.XFileAccessor
-
Returns a list of the files in the directory specified by
this XFileAccessor object.
- list() - Method in class com.sun.xfilechooser.BeanXFile
-
- list() - Method in class com.sun.zip.XFileAccessor
-
Returns a list of the files in the directory specified by
this XFileAccessor object.
- lo - Variable in exception com.sun.rpc.RpcException
-
- loginPCNFSD(String, String, String) - Method in class com.sun.nfs.XFileExtensionAccessor
-
Sets the user's RPC credential from Login name and password.
- loginUGID(int, int, int[]) - Method in class com.sun.nfs.XFileExtensionAccessor
-
Sets the user's RPC credential to a known uid/gid.
- logoutPCNFSD() - Method in class com.sun.nfs.XFileExtensionAccessor
-
Sets the user's RPC credential to "nobody"
- logoutUGID() - Method in class com.sun.nfs.XFileExtensionAccessor
-
Sets the user's RPC credential to "nobody"
- lookupSec() - Method in class com.sun.nfs.Nfs2
-
- read(byte[], int, int, long) - Method in class com.sun.file.XFileAccessor
-
Reads a subarray as a sequence of bytes.
- read(byte[], int, int, long) - Method in class com.sun.http.XFileAccessor
-
Reads a subarray as a sequence of bytes.
- read(byte[], int, int, long) - Method in class com.sun.nfs.XFileAccessor
-
Reads a subarray as a sequence of bytes.
- read(byte[], int, int, long) - Method in interface com.sun.xfile.XFileAccessor
-
Reads a subarray as a sequence of bytes.
- read() - Method in class com.sun.xfile.XFileInputStream
-
Reads a byte of data from this XFile.
- read(byte[]) - Method in class com.sun.xfile.XFileInputStream
-
Reads up to b.length
bytes of data from this file
into an array of bytes.
- read(byte[], int, int) - Method in class com.sun.xfile.XFileInputStream
-
Reads up to len
bytes of data from this file
into an array of bytes.
- read() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a byte of data from this file.
- read(byte[], int, int) - Method in class com.sun.xfile.XRandomAccessFile
-
Reads up to len
bytes of data from this file into
an array of bytes.
- read(byte[]) - Method in class com.sun.xfile.XRandomAccessFile
-
Reads up to b.length
bytes of data from this file
into an array of bytes.
- read(byte[], int, int, long) - Method in class com.sun.zip.XFileAccessor
-
Reads a subarray as a sequence of bytes.
- readBoolean() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a boolean
from this file.
- readByte() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a signed 8-bit value from this file.
- readChar() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a Unicode character from this file.
- readDouble() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a double
from this file.
- readFloat() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a float
from this file.
- readFully(byte[]) - Method in class com.sun.xfile.XRandomAccessFile
-
Reads b.length
bytes from this file into the byte
array.
- readFully(byte[], int, int) - Method in class com.sun.xfile.XRandomAccessFile
-
Reads exactly len
bytes from this file into
the byte array.
- readInt() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a signed 32-bit integer from this file.
- readLine() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads the next line of text from this file.
- readLong() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a signed 64-bit integer from this file.
- readShort() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads a signed 16-bit number from this file.
- readUnsignedByte() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads an unsigned 8-bit number from this file.
- readUnsignedShort() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads an unsigned 16-bit number from this file.
- readUTF() - Method in class com.sun.xfile.XRandomAccessFile
-
Reads in a string from this file.
- refresh(Connection, int, int) - Method in class com.sun.rpc.CredUnix
-
- renameTo(XFile) - Method in class com.sun.file.XFileAccessor
-
Renames the file specified by this XFileAccessor object to
have the pathname given by the XFileAccessor object argument.
- renameTo(XFile) - Method in class com.sun.http.XFileAccessor
-
Renames the file specified by this XFileAccessor object to
have the pathname given by the XFileAccessor object argument.
- renameTo(XFile) - Method in class com.sun.nfs.XFileAccessor
-
Renames the file specified by this XFileAccessor object to
have the pathname given by the XFileAccessor object argument.
- renameTo(XFile) - Method in class com.sun.xfile.XFile
-
Renames the file specified by this XFile
object to
have the pathname given by the XFile
argument.
- renameTo(XFile) - Method in interface com.sun.xfile.XFileAccessor
-
Renames the file specified by this XFileAccessor object to
have the pathname given by the XFileAccessor object argument.
- renameTo(File) - Method in class com.sun.xfilechooser.BeanXFile
-
- renameTo(XFile) - Method in class com.sun.zip.XFileAccessor
-
Renames the file specified by this XFileAccessor object to
have the pathname given by the XFileAccessor object argument.
- REPLAY_DET - Static variable in class com.sun.gssapi.GSSContext
-
Context option flag - replay detection.
- requestAnonymity(boolean) - Method in class com.sun.gssapi.GSSContext
-
Requests anonymous support over the context.
- requestConf(boolean) - Method in class com.sun.gssapi.GSSContext
-
Requests that confidentiality service be available over
the context.
- requestCredDeleg(boolean) - Method in class com.sun.gssapi.GSSContext
-
Sets the request state of the credential delegation flag
for the context.
- requestInteg(boolean) - Method in class com.sun.gssapi.GSSContext
-
Requests that integrity service be available over
the context.
- requestLifetime(int) - Method in class com.sun.gssapi.GSSContext
-
Sets the desired lifetime for the context in seconds.
- requestMutualAuth(boolean) - Method in class com.sun.gssapi.GSSContext
-
Sets the request state of the mutual authentication flag
for the context.
- requestReplayDet(boolean) - Method in class com.sun.gssapi.GSSContext
-
Sets the request state of the replay detection service
for the context.
- requestSequenceDet(boolean) - Method in class com.sun.gssapi.GSSContext
-
Sets the request state of the sequence checking service
for the context.
- Rpc - Class in com.sun.rpc
-
This class transmits and receives RPC calls to an RPC service
at a specific host and port.
- Rpc(Connection, int, int) - Constructor for class com.sun.rpc.Rpc
-
Construct a new Rpc object - equivalent to a "client handle"
using an AUTH_NONE cred handle.
- Rpc(Connection, int, int, Cred) - Constructor for class com.sun.rpc.Rpc
-
Construct a new Rpc object - equivalent to a "client handle"
using a given cred handle "cr"
- Rpc(String, int, int, int, String, int) - Constructor for class com.sun.rpc.Rpc
-
Construct a new Rpc object - equivalent to a "client handle"
- rpc_call(Xdr, int, int) - Method in class com.sun.rpc.Rpc
-
Make an RPC call but retry if necessary
Retries use exponential backoff up to MAX_TIMEOUT ms.
- rpc_call_one(Xdr, byte[], int) - Method in class com.sun.rpc.Rpc
-
Transmit the XDR call buffer containing an RPC header
followed by a protocol header and receive the
reply.
- rpc_header(Xdr, int) - Method in class com.sun.rpc.Rpc
-
Construct an RPC header in the XDR buffer
- RPC_MISMATCH - Static variable in exception com.sun.rpc.MsgRejectedException
-
- RpcException - Exception in com.sun.rpc
-
Handle the RPC exceptions.
- RpcException(String) - Constructor for exception com.sun.rpc.RpcException
-
- RpcException(int) - Constructor for exception com.sun.rpc.RpcException
-
- RpcHandler - Class in com.sun.rpc
-
This handler is implemented by the RPC application
if it wishes to be notifed of retransmissions.
- RpcHandler() - Constructor for class com.sun.rpc.RpcHandler
-
- RPCSEC_GSS - Static variable in class com.sun.rpc.CredGss
-
- RPCSEC_GSS_CONTINUE_INIT - Static variable in class com.sun.rpc.CredGss
-
- RPCSEC_GSS_DATA - Static variable in class com.sun.rpc.CredGss
-
- RPCSEC_GSS_DESTROY - Static variable in class com.sun.rpc.CredGss
-
- RPCSEC_GSS_FAILED - Static variable in exception com.sun.rpc.MsgRejectedException
-
- RPCSEC_GSS_INIT - Static variable in class com.sun.rpc.CredGss
-
- RPCSEC_GSS_NOCRED - Static variable in exception com.sun.rpc.MsgRejectedException
-
- RPCSEC_GSS_VERS_1 - Static variable in class com.sun.rpc.CredGss
-
- run() - Method in class com.sun.nfs.Buffer
-
- run() - Method in class com.sun.rpc.Connection
-
- why - Variable in exception com.sun.rpc.RpcException
-
- wrap(byte[], int, int, MessageProp) - Method in class com.sun.gssapi.GSSContext
-
Allows to apply per-message security services over the
established security context.
- wrap(InputStream, OutputStream, MessageProp) - Method in class com.sun.gssapi.GSSContext
-
Allows to apply per-message security services over the
established security context.
- wrap(Xdr, byte[]) - Method in class com.sun.rpc.CredUnix
-
- write(byte[], int, int, long) - Method in class com.sun.file.XFileAccessor
-
Writes a sub array as a sequence of bytes.
- write(byte[], int, int, long) - Method in class com.sun.http.XFileAccessor
-
Writes a sub array as a sequence of bytes.
- write(byte[], int, int, long) - Method in class com.sun.nfs.XFileAccessor
-
Writes a sub array as a sequence of bytes.
- write(byte[], int, int, long) - Method in interface com.sun.xfile.XFileAccessor
-
Writes a sub array as a sequence of bytes.
- write(int) - Method in class com.sun.xfile.XFileOutputStream
-
Writes the specified byte to this file output stream.
- write(byte[]) - Method in class com.sun.xfile.XFileOutputStream
-
Writes b.length
bytes from the specified byte array
to this file output stream.
- write(byte[], int, int) - Method in class com.sun.xfile.XFileOutputStream
-
Writes len
bytes from the specified byte array
starting at offset off
to this XFile output stream.
- write(int) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes the specified byte to this file.
- write(byte[]) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes b.length
bytes from the specified byte array
starting at offset off
to this file.
- write(byte[], int, int) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes len
bytes from the specified byte array
starting at offset off
to this file.
- write(byte[], int, int, long) - Method in class com.sun.zip.XFileAccessor
-
Writes a sub array as a sequence of bytes.
- writeBoolean(boolean) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a boolean
to the file as a 1-byte value.
- writeByte(int) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a byte
to the file as a 1-byte value.
- writeBytes(String) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes the string to the file as a sequence of bytes.
- writeChar(int) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a char
to the file as a 2-byte value, high
byte first.
- writeChars(String) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a string to the file as a sequence of characters.
- writeDouble(double) - Method in class com.sun.xfile.XRandomAccessFile
-
Converts the double argument to a long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the file as an
8-byte quantity, high byte first.
- writeFloat(float) - Method in class com.sun.xfile.XRandomAccessFile
-
Converts the float argument to an int
using the
floatToIntBits
method in class Float
,
and then writes that int
value to the file as a
4-byte quantity, high byte first.
- writeInt(int) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes an int
to the file as four bytes, high byte first.
- writeLong(long) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a long
to the file as eight bytes, high byte first.
- writeShort(int) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a short
to the file as two bytes, high byte first.
- writeUTF(String) - Method in class com.sun.xfile.XRandomAccessFile
-
Writes a string to the file using UTF-8 encoding in a
machine-independent manner.
- XDIRECTORY_CHANGED_PROPERTY - Static variable in class com.sun.xfilechooser.XFileChooser
-
Identifies user's directory change.
- Xdr - Class in com.sun.rpc
-
This class handles the marshalling/unmarshalling of
primitive data types into and out of a buffer.
- Xdr(int) - Constructor for class com.sun.rpc.Xdr
-
Build a new Xdr object with a buffer of given size
- xdr_bool() - Method in class com.sun.rpc.Xdr
-
Get a boolean from the buffer
- xdr_bool(boolean) - Method in class com.sun.rpc.Xdr
-
Put a boolean into the buffer
- xdr_buf() - Method in class com.sun.rpc.Xdr
-
Return the entire Xdr buffer
- xdr_bytes() - Method in class com.sun.rpc.Xdr
-
Get a counted array of bytes from the buffer
- xdr_bytes(byte[]) - Method in class com.sun.rpc.Xdr
-
Put a counted array of bytes into the buffer.
- xdr_bytes(byte[], int) - Method in class com.sun.rpc.Xdr
-
Put a counted array of bytes into the buffer
- xdr_bytes(byte[], int, int) - Method in class com.sun.rpc.Xdr
-
Put a counted array of bytes into the buffer
- xdr_bytes(Xdr) - Method in class com.sun.rpc.Xdr
-
Put an Xdr buffer into the buffer
This is used to encode the RPC credentials
- xdr_float() - Method in class com.sun.rpc.Xdr
-
Get a floating point number from the buffer
- xdr_float(float) - Method in class com.sun.rpc.Xdr
-
Put a floating point number into the buffer
- xdr_hyper() - Method in class com.sun.rpc.Xdr
-
Get a long from the buffer
- xdr_hyper(long) - Method in class com.sun.rpc.Xdr
-
Put a long into the buffer
- xdr_int() - Method in class com.sun.rpc.Xdr
-
Get an integer from the buffer
- xdr_int(int) - Method in class com.sun.rpc.Xdr
-
Put an integer into the buffer
- xdr_offset() - Method in class com.sun.rpc.Xdr
-
Return the current offset
- xdr_offset(int) - Method in class com.sun.rpc.Xdr
-
Set the current offset
- xdr_raw(int) - Method in class com.sun.rpc.Xdr
-
Get a fixed number of bytes from the buffer
e.g.
- xdr_raw(int, int) - Method in class com.sun.rpc.Xdr
-
Get a fixed number (len) of bytes from the buffer
at offset off.
- xdr_raw(byte[]) - Method in class com.sun.rpc.Xdr
-
Put a fixed number of bytes into the buffer
The length is not encoded.
- xdr_raw(byte[], int) - Method in class com.sun.rpc.Xdr
-
Put a fixed number of bytes into the buffer
at offset off.
- xdr_raw(byte[], int, int) - Method in class com.sun.rpc.Xdr
-
Put a counted array of bytes into the buffer.
- xdr_size() - Method in class com.sun.rpc.Xdr
-
Return the current size of the XDR buffer
- xdr_size(int) - Method in class com.sun.rpc.Xdr
-
Set the current size of the XDR buffer
- xdr_skip(int) - Method in class com.sun.rpc.Xdr
-
Skip a number of bytes.
- xdr_string() - Method in class com.sun.rpc.Xdr
-
Get a string from the buffer
- xdr_string(String) - Method in class com.sun.rpc.Xdr
-
Put a string into the buffer
- xdr_u_int() - Method in class com.sun.rpc.Xdr
-
Get an unsigned integer from the buffer
Note that Java has no unsigned integer
type so we must return it as a long.
- xdr_u_int(long) - Method in class com.sun.rpc.Xdr
-
Put an unsigned integer into the buffer
Note that Java has no unsigned integer
type so we must submit it as a long.
- xdr_wrap_offset() - Method in class com.sun.rpc.Xdr
-
Return the starting point of the bytes that will
be encrypted.
- xdr_wrap_offset(int) - Method in class com.sun.rpc.Xdr
-
Set the starting point of the bytes that will
be encrypted.
- XFile - Class in com.sun.xfile
-
Instances of this class represent the name of a file or directory.
- XFile(String) - Constructor for class com.sun.xfile.XFile
-
Creates a XFile
instance that represents the file
whose pathname is the given url argument.
- XFile(XFile, String) - Constructor for class com.sun.xfile.XFile
-
Creates a XFile
instance that represents the file
with the specified name in the specified directory.
- XFileAccessor - Class in com.sun.file
-
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API.
- XFileAccessor() - Constructor for class com.sun.file.XFileAccessor
-
- XFileAccessor - Class in com.sun.http
-
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API.
- XFileAccessor() - Constructor for class com.sun.http.XFileAccessor
-
- XFileAccessor - Class in com.sun.nfs
-
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API.
- XFileAccessor() - Constructor for class com.sun.nfs.XFileAccessor
-
- XFileAccessor - Interface in com.sun.xfile
-
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API.
- XFileAccessor - Class in com.sun.zip
-
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API.
- XFileAccessor() - Constructor for class com.sun.zip.XFileAccessor
-
- XFileChooser - Class in com.sun.xfilechooser
-
XFileChooser is an extension of the JFileChooser.
- XFileChooser() - Constructor for class com.sun.xfilechooser.XFileChooser
-
Creates a XFileChooser pointing to the user's home directory.
- XFileChooser(String) - Constructor for class com.sun.xfilechooser.XFileChooser
-
Creates a XFileChooser using the given path.
- XFileChooser(XFile) - Constructor for class com.sun.xfilechooser.XFileChooser
-
Creates a XFileChooser using the given XFile as the path.
- XFileChooserBeanInfo - Class in com.sun.xfilechooser
-
Describes the XFileChooser properties that is modifiable by
user in the beans editor.
- XFileChooserBeanInfo() - Constructor for class com.sun.xfilechooser.XFileChooserBeanInfo
-
- XFileChooserEditor - Class in com.sun.xfilechooser
-
An editor to set the current Directory and selected file.
- XFileChooserEditor() - Constructor for class com.sun.xfilechooser.XFileChooserEditor
-
- XFileExtensionAccessor - Class in com.sun.nfs
-
- XFileExtensionAccessor(XFile) - Constructor for class com.sun.nfs.XFileExtensionAccessor
-
- XFileExtensionAccessor - Class in com.sun.xfile
-
This is an abstract class to intended to be extended with
filesystem-specific methods.
- XFileExtensionAccessor(XFile) - Constructor for class com.sun.xfile.XFileExtensionAccessor
-
- XFileInputStream - Class in com.sun.xfile
-
An XFile input stream is an input stream for reading data from an
XFile
.
- XFileInputStream(XFile) - Constructor for class com.sun.xfile.XFileInputStream
-
Creates an input file stream to read from the specified
XFile
object.
- XFileInputStream(String) - Constructor for class com.sun.xfile.XFileInputStream
-
Creates an input file stream to read from a file with the
specified name.
- XFilenameFilter - Interface in com.sun.xfile
-
Instances of classes that implement this interface are used to
filter filenames.
- XFileOutputStream - Class in com.sun.xfile
-
An XFile output stream is an output stream for writing data to an
XFile
.
- XFileOutputStream(XFile) - Constructor for class com.sun.xfile.XFileOutputStream
-
Creates an XFile output stream to write to the specified
XFile
object.
- XFileOutputStream(String) - Constructor for class com.sun.xfile.XFileOutputStream
-
Creates an output XFile stream to write to the file with the
specified name.
- XFileOutputStream(XFile, boolean) - Constructor for class com.sun.xfile.XFileOutputStream
-
Creates an output file for the specified XFile object.
- XFileOutputStream(String, boolean) - Constructor for class com.sun.xfile.XFileOutputStream
-
Creates an output file with the specified name or URL.
- XFileReader - Class in com.sun.xfile
-
Convenience class for reading character files.
- XFileReader(String) - Constructor for class com.sun.xfile.XFileReader
-
- XFileReader(XFile) - Constructor for class com.sun.xfile.XFileReader
-
- XFileSystemView - Class in com.sun.xfilechooser
-
XFileSystemView class allows the XFileChooser to provide
XFile object data to the FileSystemView of the JFileChooser.
- XFileSystemView() - Constructor for class com.sun.xfilechooser.XFileSystemView
-
- XFileWriter - Class in com.sun.xfile
-
Convenience class for writing character files.
- XFileWriter(String) - Constructor for class com.sun.xfile.XFileWriter
-
- XFileWriter(String, boolean) - Constructor for class com.sun.xfile.XFileWriter
-
- XFileWriter(XFile) - Constructor for class com.sun.xfile.XFileWriter
-
- XRandomAccessFile - Class in com.sun.xfile
-
Instances of this class support both reading and writing to a
random access file.
- XRandomAccessFile(XFile, String) - Constructor for class com.sun.xfile.XRandomAccessFile
-
Creates a random access file stream to read from, and optionally
to write to, the file specified by the XFile
argument.
- XRandomAccessFile(String, String) - Constructor for class com.sun.xfile.XRandomAccessFile
-
Creates a random access file to read from, and optionally
to write to, a file with the specified name.