< A B C D E F G H I K L M N O P R S T U W Z

<

() - Static method in class org.gnu.jcifs.CifsSessionManager
 
() - Static method in class org.gnu.jcifs.NBTSession
 
() - Static method in class org.gnu.jcifs.CifsRuntimeException
 

A

actionPerformed(ActionEvent) - Method in class org.gnu.jcifs.LoginDialog
 
add(Component, GridBagLayout, GridBagConstraints, int, int, int, int) - Method in class org.gnu.jcifs.LoginDialog
 
addSession(String, CifsSession) - Static method in class org.gnu.jcifs.SessionImpl
 
addSessionListener(NBTSessionListener) - Method in class org.gnu.jcifs.NBTSession
 
AF_OP_ACCOUNTS - Static variable in class org.gnu.jcifs.CifsUserInfo
Accounts operator
AF_OP_COMM - Static variable in class org.gnu.jcifs.CifsUserInfo
Communications operator
AF_OP_PRINT - Static variable in class org.gnu.jcifs.CifsUserInfo
Print operator
AF_OP_SERVER - Static variable in class org.gnu.jcifs.CifsUserInfo
Server operator
align(int, int) - Static method in class org.gnu.jcifs.MarshalBuffer
aligns p to a bytes
allocateSMBMessage() - Static method in class org.gnu.jcifs.SessionImpl
Allocates SMB message buffer
append() - Method in class org.gnu.jcifs.FileHandle
 
append(MarshalBuffer, int) - Method in class org.gnu.jcifs.FileInfoBuffer
 
assert(boolean) - Static method in class org.gnu.jcifs.util.Debug
 
assertOn - Static variable in class org.gnu.jcifs.util.Debug
 
available() - Method in class org.gnu.jcifs.CifsFileInputStream
Returns the number of bytes that can be read from this input stream without blocking.
AWAITING - Static variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 

B

BUFFER - Static variable in class org.gnu.jcifs.util.Debug
 
buildFirstLevelEncodedName(String) - Static method in class org.gnu.jcifs.NBTNameService
Build first level representation of the name (RFC1001, Chapter 14.1:
buildSecondLevelEncodedName(String) - Static method in class org.gnu.jcifs.NBTNameService
Build second level representation of the name.
bytesToHex(byte[]) - Static method in class org.gnu.jcifs.util.Util
 
bytesToHex(byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
bytesToInt(byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
bytesToInts(byte[], int, int[], int, int) - Static method in class org.gnu.jcifs.util.Util
 
bytesToLong(byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
byteToBits(byte) - Static method in class org.gnu.jcifs.util.Util
 
byteToHex(byte) - Static method in class org.gnu.jcifs.util.Util
 

C

CAP_BULK_TRANSFER - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_COMPRESSED_DATA - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_DFS - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_EXTENDED_SECURITY - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_LARGE_FILES - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_LEVEL_II_OPLOCKS - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_LOCK_AND_READ - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_MPX_MODE - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_NT_FIND - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_NT_SMBS - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_RAW_MODE - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_RPC_REMOTE_APIS - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_STATUS32 - Static variable in class org.gnu.jcifs.SessionImpl
 
CAP_UNICODE - Static variable in class org.gnu.jcifs.SessionImpl
 
changeCurrentDir(String) - Method in class org.gnu.jcifs.CifsDiskContext
Changes current directory.
changePassword(String, String, String) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
 
changePassword(String, String, String) - Method in class org.gnu.jcifs.RemoteAdminImpl
 
checkConnection() - Method in class org.gnu.jcifs.SessionImpl
 
checkDirectory(String) - Method in class org.gnu.jcifs.DiskImpl
Checks directory (name not changed)
CifsDisk - interface org.gnu.jcifs.CifsDisk.
CifsDisk declares the disk operations.
CifsDiskContext - class org.gnu.jcifs.CifsDiskContext.
CifsDiskContext is a helper class.
CifsDiskContext(CifsDisk) - Constructor for class org.gnu.jcifs.CifsDiskContext
Creates a new context object
CifsFile - class org.gnu.jcifs.CifsFile.
CifsFile represents a CIFS file
CifsFile(CifsDisk, String) - Constructor for class org.gnu.jcifs.CifsFile
Creates a new CifsFile object.
CifsFile(String, String) - Constructor for class org.gnu.jcifs.CifsFile
Creates a new CifsFile object.
CifsFileInfo - interface org.gnu.jcifs.CifsFileInfo.
File attributes information
CifsFileInputStream - class org.gnu.jcifs.CifsFileInputStream.
A CifsFileInputStream is an input stream for reading data from a CIFS file.
CifsFileInputStream(CifsDisk, String) - Constructor for class org.gnu.jcifs.CifsFileInputStream
Opens the given file for read
CifsFileInputStream(CifsFile) - Constructor for class org.gnu.jcifs.CifsFileInputStream
Opens the given file for read
CifsFileInputStream(String, String) - Constructor for class org.gnu.jcifs.CifsFileInputStream
Opens the given file for read with default buffer size
CifsFileOutputStream - class org.gnu.jcifs.CifsFileOutputStream.
The class implements a CIFS output stream.
CifsFileOutputStream(CifsDisk, String, boolean) - Constructor for class org.gnu.jcifs.CifsFileOutputStream
Creates a file output stream to write to the specified file
CifsFileOutputStream(CifsFile, boolean) - Constructor for class org.gnu.jcifs.CifsFileOutputStream
Creates a file output stream to write to the specified file
CifsFileOutputStream(String, String, boolean) - Constructor for class org.gnu.jcifs.CifsFileOutputStream
Creates a file output stream to write to the specified file
CifsFileSystemInfo - class org.gnu.jcifs.CifsFileSystemInfo.
 
CifsFileSystemInfo() - Constructor for class org.gnu.jcifs.CifsFileSystemInfo
 
CifsIOException - exception org.gnu.jcifs.CifsIOException.
Base class for all exceptions
CifsIOException(int, int) - Constructor for class org.gnu.jcifs.CifsIOException
 
CifsIOException(String) - Constructor for class org.gnu.jcifs.CifsIOException
 
CifsIOException(String, Object) - Constructor for class org.gnu.jcifs.CifsIOException
 
CifsIOException(String, Object, Object) - Constructor for class org.gnu.jcifs.CifsIOException
 
CifsLogin - class org.gnu.jcifs.CifsLogin.
CifsLogon holds user authentication data
CifsLogin() - Constructor for class org.gnu.jcifs.CifsLogin
Creates a new object.
CifsLogin(String) - Constructor for class org.gnu.jcifs.CifsLogin
Creates a new object.
CifsLogin(String, String) - Constructor for class org.gnu.jcifs.CifsLogin
Creates a new object
CifsPrinter - interface org.gnu.jcifs.CifsPrinter.
CifsPrinter implements the printer operations.
CifsPrinterQueueInfo - class org.gnu.jcifs.CifsPrinterQueueInfo.
 
CifsPrinterQueueInfo() - Constructor for class org.gnu.jcifs.CifsPrinterQueueInfo
 
CifsPrinterSpoolInfo - class org.gnu.jcifs.CifsPrinterSpoolInfo.
Spool queue entry
CifsPrinterSpoolInfo() - Constructor for class org.gnu.jcifs.CifsPrinterSpoolInfo
 
CifsPrintJobInfo - class org.gnu.jcifs.CifsPrintJobInfo.
A CifsPrintJobInfo contains informations about a print job.
CifsPrintJobInfo() - Constructor for class org.gnu.jcifs.CifsPrintJobInfo
 
CifsPrintOutputStream - class org.gnu.jcifs.CifsPrintOutputStream.
The class implements a CIFS print output stream.
CifsPrintOutputStream(CifsPrinter, String, int) - Constructor for class org.gnu.jcifs.CifsPrintOutputStream
Creates a file output stream to write to the specified file
CifsRandomAccessFile - class org.gnu.jcifs.CifsRandomAccessFile.
The CifsRandomAccessFile class allows reading and writing data from and to any specified location in a file.
CifsRandomAccessFile(CifsDisk, String, String) - Constructor for class org.gnu.jcifs.CifsRandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
CifsRandomAccessFile(CifsFile, String) - Constructor for class org.gnu.jcifs.CifsRandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
CifsRandomAccessFile(String, String, String) - Constructor for class org.gnu.jcifs.CifsRandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
CifsRemoteAdmin - interface org.gnu.jcifs.CifsRemoteAdmin.
The Remote Administration Protocol (RAP) provides operations
CifsRuntimeException - exception org.gnu.jcifs.CifsRuntimeException.
Runtime exception class
CifsRuntimeException(String) - Constructor for class org.gnu.jcifs.CifsRuntimeException
 
CifsRuntimeException(String, boolean) - Constructor for class org.gnu.jcifs.CifsRuntimeException
 
CifsRuntimeException(String, Object) - Constructor for class org.gnu.jcifs.CifsRuntimeException
 
CifsRuntimeException(String, Object, Object) - Constructor for class org.gnu.jcifs.CifsRuntimeException
 
CifsServerInfo - class org.gnu.jcifs.CifsServerInfo.
 
CifsServerInfo() - Constructor for class org.gnu.jcifs.CifsServerInfo
 
CifsSession - interface org.gnu.jcifs.CifsSession.
Interface of all service sessions
CifsSessionManager - class org.gnu.jcifs.CifsSessionManager.
This abtract class implements the factory methods for CIFS services (Disk, Printer, RemoteAdmin).
CifsShareInfo - class org.gnu.jcifs.CifsShareInfo.
 
CifsShareInfo(String) - Constructor for class org.gnu.jcifs.CifsShareInfo
 
CifsShareNameException - exception org.gnu.jcifs.CifsShareNameException.
Share name is invalid
CifsShareNameException(String) - Constructor for class org.gnu.jcifs.CifsShareNameException
 
CifsShareNameException(String, Object) - Constructor for class org.gnu.jcifs.CifsShareNameException
 
CifsShareNameException(String, Object, Object) - Constructor for class org.gnu.jcifs.CifsShareNameException
 
CifsUserInfo - class org.gnu.jcifs.CifsUserInfo.
 
CifsUserInfo() - Constructor for class org.gnu.jcifs.CifsUserInfo
Protected constructor
CifsWorkstationInfo - class org.gnu.jcifs.CifsWorkstationInfo.
Informations about the workstation
CifsWorkstationInfo() - Constructor for class org.gnu.jcifs.CifsWorkstationInfo
 
clearCache() - Static method in class org.gnu.jcifs.NBTNameResolver
 
clearNameResolverCache() - Static method in class org.gnu.jcifs.CifsSessionManager
Clears the name resolver cache and reload LMHOST file
clone() - Method in class org.gnu.jcifs.CifsLogin
Clone this object
clone() - Method in class org.gnu.jcifs.util.MD4
Returns a copy of this MD object.
close() - Method in class org.gnu.jcifs.CifsFileInputStream
Closes the input file
close() - Method in class org.gnu.jcifs.CifsRandomAccessFile
Closes the input file
close() - Method in class org.gnu.jcifs.CifsPrintOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.gnu.jcifs.CifsFileOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Static method in class org.gnu.jcifs.util.Debug
 
close(boolean) - Method in class org.gnu.jcifs.FileHandle
 
closeFile(FileHandle, boolean) - Method in class org.gnu.jcifs.DiskImpl
 
closePrintFile(int) - Method in class org.gnu.jcifs.PrinterImpl
 
Comparator - interface org.gnu.jcifs.util.Comparator.
 
compare(Object, Object) - Method in class org.gnu.jcifs.SessionComparator
 
compare(Object, Object) - Method in class org.gnu.jcifs.ShareInfoComparator
 
compare(Object, Object) - Method in class org.gnu.jcifs.FileInfoComparator
 
compare(Object, Object) - Method in class org.gnu.jcifs.util.StringComparator
 
compare(Object, Object) - Method in interface org.gnu.jcifs.util.Comparator
Compare to another comparable object.
connect() - Method in class org.gnu.jcifs.SessionImpl
session setup and tree connect
connectDisk(String, String) - Static method in class org.gnu.jcifs.CifsSessionManager
Connect to the given share.
connectDisk(String, String, CifsLogin) - Static method in class org.gnu.jcifs.CifsSessionManager
Connect to the given share
connectionLost() - Method in interface org.gnu.jcifs.NBTSessionListener
 
connectPrinter(String, String) - Static method in class org.gnu.jcifs.CifsSessionManager
 
connectPrinter(String, String, CifsLogin) - Static method in class org.gnu.jcifs.CifsSessionManager
 
connectRemoteAdmin(String, String) - Static method in class org.gnu.jcifs.CifsSessionManager
Connect to Remote Admin Protocol
connectRemoteAdmin(String, String, CifsLogin) - Static method in class org.gnu.jcifs.CifsSessionManager
Connect to Remote Admin Protocol
continuePrintJob(int) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Resumes a paused print job
continuePrintJob(int) - Method in class org.gnu.jcifs.RemoteAdminImpl
Resumes a paused print job
convert1601Time1970(long) - Static method in class org.gnu.jcifs.util.Util
Converts base 1601 time (in msec) to 1970 based time
copyTo(int, byte[], int, int) - Method in class org.gnu.jcifs.SMBMessage
 
createUSN() - Static method in class org.gnu.jcifs.CifsSessionManager
Creates an unique session name.

D

Debug - class org.gnu.jcifs.util.Debug.
To enable the debug version, set the field debugOn to true and compile the sources again
DEBUG_BUFFER - Static variable in class org.gnu.jcifs.CifsSessionManager
Debug errors, warnings, infos, buffers
DEBUG_ERROR - Static variable in class org.gnu.jcifs.CifsSessionManager
Debug errors
DEBUG_INFO - Static variable in class org.gnu.jcifs.CifsSessionManager
Debug errors, warnings, infos
DEBUG_NONE - Static variable in class org.gnu.jcifs.CifsSessionManager
Debug none
DEBUG_WARNING - Static variable in class org.gnu.jcifs.CifsSessionManager
Debug errors, warnings
Debug() - Constructor for class org.gnu.jcifs.util.Debug
 
debug(String) - Method in class org.gnu.jcifs.MarshalBuffer
 
debug(String) - Method in class org.gnu.jcifs.FileInfoBuffer
 
debugLevel - Static variable in class org.gnu.jcifs.util.Debug
 
debugOn - Static variable in class org.gnu.jcifs.util.Debug
 
decode(String) - Static method in class org.gnu.jcifs.util.Util
 
decrypt(byte[]) - Method in class org.gnu.jcifs.util.DES
decrypts an array where the length must be a multiple of 8
decrypt(byte[], byte[]) - Method in class org.gnu.jcifs.util.DES
 
delete() - Method in class org.gnu.jcifs.CifsFile
Deletes the current file or directory
deleteFile(String) - Method in interface org.gnu.jcifs.CifsDisk
Deletes the given file
deleteFile(String) - Method in class org.gnu.jcifs.DiskImpl
Deletes the given file
deletePrintJob(int) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Deletes a print job
deletePrintJob(int) - Method in class org.gnu.jcifs.RemoteAdminImpl
Deletes a print job
DES - class org.gnu.jcifs.util.DES.
This code is derived from the above source JCIFS API Norbert Hranitzky
DES() - Constructor for class org.gnu.jcifs.util.DES
 
DES(byte[]) - Constructor for class org.gnu.jcifs.util.DES
 
directoryExists(String) - Method in interface org.gnu.jcifs.CifsDisk
Checks if directory exists
directoryExists(String) - Method in class org.gnu.jcifs.DiskImpl
Checks if directory exists
disconnect() - Method in class org.gnu.jcifs.SessionImpl
Disconnect the connection
disconnect() - Method in interface org.gnu.jcifs.CifsSession
Disconnects session
disconnectSession(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Disconnects the given session
DISK - Static variable in class org.gnu.jcifs.Share
 
DiskImpl - class org.gnu.jcifs.DiskImpl.
CifsDisk implements the disk operations.
DiskImpl(String, int, Share, NBTSession, SMBMessage) - Constructor for class org.gnu.jcifs.DiskImpl
 
doCall(String) - Method in class org.gnu.jcifs.NBTSession
 
doHangup() - Method in class org.gnu.jcifs.NBTSession
 
doReceive(NBTInput) - Method in class org.gnu.jcifs.NBTSession
 
DOS_BAD_ACCESS_MODE - Static variable in class org.gnu.jcifs.CifsIOException
Invalid open mode.
DOS_BAD_DATA - Static variable in class org.gnu.jcifs.CifsIOException
Invalid data (generated only by IOCTL calls within the server).
DOS_BAD_DRIVE - Static variable in class org.gnu.jcifs.CifsIOException
Invalid drive specified.
DOS_BAD_ENVIRONME - Static variable in class org.gnu.jcifs.CifsIOException
Invalid environment.
DOS_BAD_FILE - Static variable in class org.gnu.jcifs.CifsIOException
File not found.
DOS_BAD_FILE_HANDLE - Static variable in class org.gnu.jcifs.CifsIOException
Invalid file handle.
DOS_BAD_FORMAT - Static variable in class org.gnu.jcifs.CifsIOException
Invalid format.
DOS_BAD_FUNCTION - Static variable in class org.gnu.jcifs.CifsIOException
Invalid function.
DOS_BAD_MCB - Static variable in class org.gnu.jcifs.CifsIOException
Memory control blocks destroyed.
DOS_BAD_MEMORY - Static variable in class org.gnu.jcifs.CifsIOException
Invalid memory block address.
DOS_BAD_PATH - Static variable in class org.gnu.jcifs.CifsIOException
Directory invalid.
DOS_BAD_PIPE - Static variable in class org.gnu.jcifs.CifsIOException
Pipe invalid.
DOS_BAD_SHARE - Static variable in class org.gnu.jcifs.CifsIOException
The sharing mode specified for an Open conflicts with existing FIDs on the file.
DOS_DIFF_DEVICE - Static variable in class org.gnu.jcifs.CifsIOException
Not same device (e.g., a cross volume rename was attempted)
DOS_FILE_EXISTS - Static variable in class org.gnu.jcifs.CifsIOException
The file named in a Create Directory, Make New File or Link request already exists.
DOS_LOCK_CONFLICT - Static variable in class org.gnu.jcifs.CifsIOException
A Lock request conflicted with an existing lock or specified an invalid mode, or an Unlock requested attempted to remove a lock held by another process.
DOS_MORE_DATA - Static variable in class org.gnu.jcifs.CifsIOException
There is more data to be returned.
DOS_NO_ACCESS - Static variable in class org.gnu.jcifs.CifsIOException
Access denied, the client's context does not permit the requested function.
DOS_NO_FILE_HANDLE - Static variable in class org.gnu.jcifs.CifsIOException
Too many open files.
DOS_NO_FILES - Static variable in class org.gnu.jcifs.CifsIOException
A File Search command can find no more files matching the specified criteria.
DOS_NO_MEMORY - Static variable in class org.gnu.jcifs.CifsIOException
Insufficient server memory to perform the requested function.
DOS_NOT_CONNECTED - Static variable in class org.gnu.jcifs.CifsIOException
No process on other end of pipe.
DOS_PIPE_BUSY - Static variable in class org.gnu.jcifs.CifsIOException
All instances of the requested pipe are busy.
DOS_PIPE_CLOSING - Static variable in class org.gnu.jcifs.CifsIOException
Pipe close in progress.
DOS_REM_CD - Static variable in class org.gnu.jcifs.CifsIOException
A Delete Directory request attempted to remove the server's current directory.
doSend(NBTOutput) - Method in class org.gnu.jcifs.NBTSession
 
DT_ASCII - Static variable in class org.gnu.jcifs.SMBMessage
 
DT_DATA_BLOCK - Static variable in class org.gnu.jcifs.SMBMessage
 
DT_DIALECT - Static variable in class org.gnu.jcifs.SMBMessage
 
DT_PATHNAME - Static variable in class org.gnu.jcifs.SMBMessage
 
DT_VARIABLE_BLOCK - Static variable in class org.gnu.jcifs.SMBMessage
 
dumpBytes(byte[], int, int) - Static method in class org.gnu.jcifs.util.Debug
 

E

E_P16(byte[], byte[]) - Static method in class org.gnu.jcifs.CifsLogin
 
echo(String) - Method in class org.gnu.jcifs.SessionImpl
Ping the server to test the connection to the server and to see if the server is still responding
echo(String) - Method in interface org.gnu.jcifs.CifsSession
Ping the server to test the connection to the server and to see if the server is still responding
encrypt(byte[]) - Method in class org.gnu.jcifs.util.DES
encrypts an array where the length must be a multiple of 8
encrypt(byte[], byte[]) - Method in class org.gnu.jcifs.util.DES
 
engineDigest() - Method in class org.gnu.jcifs.util.MD4
Completes the hash computation by performing final operations such as padding.
engineReset() - Method in class org.gnu.jcifs.util.MD4
Resets this object disregarding any temporary data present at the time of the invocation of this call.
engineUpdate(byte) - Method in class org.gnu.jcifs.util.MD4
Continues an MD4 message digest using the input byte.
engineUpdate(byte[], int, int) - Method in class org.gnu.jcifs.util.MD4
MD4 block update operation.
enumerateDiskSessions() - Static method in class org.gnu.jcifs.CifsSessionManager
Enumerates disk sessions
enumeratePrinterSessions() - Static method in class org.gnu.jcifs.CifsSessionManager
Enumerates printer sessions
enumerateRemoteAdminSessions() - Static method in class org.gnu.jcifs.CifsSessionManager
Enumerates remote admin sessions
enumerateSessions() - Static method in class org.gnu.jcifs.CifsSessionManager
Enumerates connected sessions (unsorted)
enumerateSessions() - Static method in class org.gnu.jcifs.SessionImpl
Enumerates sessions
equals(byte[], byte[]) - Static method in class org.gnu.jcifs.util.Util
 
equals(Object) - Method in class org.gnu.jcifs.CifsLogin
Compares if the two object are the same (same account and password)
equals(Object) - Method in class org.gnu.jcifs.CifsPrintJobInfo
Compares if the two object are the same (same Job ID)
ERROR - Static variable in class org.gnu.jcifs.util.Debug
 
ERROR_CMD - Static variable in class org.gnu.jcifs.CifsIOException
Command was not in the "SMB" format
ERROR_DOS - Static variable in class org.gnu.jcifs.CifsIOException
Error is from the core DOS operating system set
ERROR_HW - Static variable in class org.gnu.jcifs.CifsIOException
Error is an hardware error
ERROR_SRV - Static variable in class org.gnu.jcifs.CifsIOException
Error is generated by the server network file manager
exists() - Method in class org.gnu.jcifs.CifsFile
Checks if the file exists
extractDir(String) - Static method in class org.gnu.jcifs.DiskImpl
 
extractName(String) - Static method in class org.gnu.jcifs.DiskImpl
 

F

fActionTaken - Variable in class org.gnu.jcifs.FileHandle
 
fAllDomains - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fAttributes - Variable in class org.gnu.jcifs.FileInfo
 
fBadLogons - Variable in class org.gnu.jcifs.CifsUserInfo
 
fBuffer - Variable in class org.gnu.jcifs.MarshalBuffer
 
fBytesPerSector - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fCallerProperties - Variable in class org.gnu.jcifs.SessionImpl
 
fCapabilities - Variable in class org.gnu.jcifs.SessionImpl
 
fCode - Variable in class org.gnu.jcifs.CifsRuntimeException
 
fCollator - Variable in class org.gnu.jcifs.SessionComparator
 
fCollator - Variable in class org.gnu.jcifs.ShareInfoComparator
 
fCollator - Variable in class org.gnu.jcifs.FileInfoComparator
 
fComment - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fComment - Variable in class org.gnu.jcifs.CifsUserInfo
 
fComment - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fComment - Variable in class org.gnu.jcifs.CifsServerInfo
 
fComputerName - Variable in class org.gnu.jcifs.CifsServerInfo
 
fCountryCode - Variable in class org.gnu.jcifs.CifsUserInfo
 
fCreationTime - Variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
fCreationTime - Variable in class org.gnu.jcifs.FileInfo
 
fDeviceCharacteristics - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fDeviceType - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fDirectory - Variable in class org.gnu.jcifs.FileInfo
 
fDisk - Variable in class org.gnu.jcifs.FileHandle
 
fDocument - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fDomain - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fDriver - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fEncryptionKeyLen - Variable in class org.gnu.jcifs.SessionImpl
 
fExtendedSecurity - Variable in class org.gnu.jcifs.SessionImpl
 
fFID - Variable in class org.gnu.jcifs.FileHandle
 
fFID - Variable in class org.gnu.jcifs.CifsPrintOutputStream
 
fFileAttributes - Variable in class org.gnu.jcifs.FileHandle
 
fFileInfoComparator - Static variable in class org.gnu.jcifs.DiskImpl
 
fFileName - Variable in class org.gnu.jcifs.FileHandle
 
fFileName - Variable in class org.gnu.jcifs.FileInfo
 
fFileSize - Variable in class org.gnu.jcifs.FileHandle
 
fFileSize - Variable in class org.gnu.jcifs.FileInfo
 
fFreeAllocUnits - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fFSAttributes - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fFSName - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fGrantedAccess - Variable in class org.gnu.jcifs.FileHandle
 
fHomeDir - Variable in class org.gnu.jcifs.CifsUserInfo
 
fHostName - Variable in class org.gnu.jcifs.CifsShareInfo
 
FILE_ATTR_ALL - Static variable in interface org.gnu.jcifs.CifsFileInfo
All attributes (for find )
FILE_ATTR_ANY - Static variable in interface org.gnu.jcifs.CifsFileInfo
 
FILE_ATTR_ARCHIVE - Static variable in interface org.gnu.jcifs.CifsFileInfo
Archive file
FILE_ATTR_DIRECTORY - Static variable in interface org.gnu.jcifs.CifsFileInfo
Directory
FILE_ATTR_HIDDEN_FILE - Static variable in interface org.gnu.jcifs.CifsFileInfo
Hidden file
FILE_ATTR_READ_ONLY - Static variable in interface org.gnu.jcifs.CifsFileInfo
Read only file
FILE_ATTR_SYSTEM_FILE - Static variable in interface org.gnu.jcifs.CifsFileInfo
System file
FILE_ATTR_VOLUME - Static variable in interface org.gnu.jcifs.CifsFileInfo
Volume
FILE_DEVICE_8042_PORT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_BATTERY - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_BEEP - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_BUS_EXTENDER - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_CD_ROM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_CD_ROM_FILE_SYSTEM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_CONTROLLER - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_DATALINK - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_DFS - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_DISK - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_DISK_FILE_SYSTEM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_FILE_SYSTEM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_INPORT_PORT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_IS_MOUNTED - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_KEYBOARD - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_MAILSLOT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_MIDI_IN - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_MIDI_OUT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_MODEM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_MOUSE - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_MULTI_UNC_PROVIDER - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_NAMED_PIPE - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_NETWORK - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_NETWORK_BROWSER - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_NETWORK_FILE_SYSTEM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_NETWORK_REDIRECTOR - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_NULL - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_PARALLEL_PORT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_PHYSICAL_NETCARD - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_PRINTER - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_SCANNER - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_SCREEN - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_SERIAL_MOUSE_PORT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_SERIAL_PORT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_SOUND - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_STREAMS - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_TAPE - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_TAPE_FILE_SYSTEM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_TRANSPORT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_UNKNOWN - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_VDM - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_VIDEO - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_VIRTUAL_DISK - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_WAVE_IN - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_DEVICE_WAVE_OUT - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_ERROR - Static variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
FILE_FLOPPY_DISKETTE - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_READ_ONLY_DEVICE - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_REMOTE_DEVICE - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_REMOVABLE_MEDIA - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
Device characteristics
FILE_VIRTUAL_VOLUME - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FILE_WRITE_ONE_MEDIA - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FileHandle - class org.gnu.jcifs.FileHandle.
 
FileHandle(CifsDisk) - Constructor for class org.gnu.jcifs.FileHandle
 
FileInfo - class org.gnu.jcifs.FileInfo.
 
FileInfo(String) - Constructor for class org.gnu.jcifs.FileInfo
 
FileInfoBuffer - class org.gnu.jcifs.FileInfoBuffer.
 
FileInfoBuffer(int) - Constructor for class org.gnu.jcifs.FileInfoBuffer
 
FileInfoComparator - class org.gnu.jcifs.FileInfoComparator.
 
FileInfoComparator() - Constructor for class org.gnu.jcifs.FileInfoComparator
 
fill(byte, byte[], int, int) - Static method in class org.gnu.jcifs.util.Util
 
finalize() - Method in class org.gnu.jcifs.CifsFileInputStream
Finalizes this object
finalize() - Method in class org.gnu.jcifs.CifsRandomAccessFile
Finalizes this object
finalize() - Method in class org.gnu.jcifs.SessionImpl
Finalization: disconnect
finalize() - Method in class org.gnu.jcifs.CifsPrintOutputStream
 
finalize() - Method in class org.gnu.jcifs.CifsFileOutputStream
 
finalize() - Method in class org.gnu.jcifs.LoginDialog
 
fJobId - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fJobs - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fLastAccessTime - Variable in class org.gnu.jcifs.FileInfo
 
fLastLogoff - Variable in class org.gnu.jcifs.CifsUserInfo
 
fLastLogon - Variable in class org.gnu.jcifs.CifsUserInfo
 
fLastWriteDate - Variable in class org.gnu.jcifs.FileHandle
 
fLastWriteTime - Variable in class org.gnu.jcifs.FileHandle
 
fLastWriteTime - Variable in class org.gnu.jcifs.FileInfo
 
fLoggedAsGuest - Variable in class org.gnu.jcifs.SessionImpl
 
fLogonDomain - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fLogonServer - Variable in class org.gnu.jcifs.CifsUserInfo
 
flush() - Method in class org.gnu.jcifs.CifsPrintOutputStream
Flushes this buffered output stream.
flush() - Method in class org.gnu.jcifs.CifsFileOutputStream
Flushes this buffered output stream.
fMajorVersion - Variable in class org.gnu.jcifs.CifsServerInfo
 
fMajorVersion - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fMaxBufferSize - Variable in class org.gnu.jcifs.SessionImpl
 
fMaxFileComponentLength - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fMaxPendingMPRequests - Variable in class org.gnu.jcifs.SessionImpl
 
fMaxRawSize - Variable in class org.gnu.jcifs.SessionImpl
 
fMaxVCs - Variable in class org.gnu.jcifs.SessionImpl
 
fMinorVersion - Variable in class org.gnu.jcifs.CifsServerInfo
 
fMinorVersion - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fMsg - Variable in class org.gnu.jcifs.SessionImpl
 
fName - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fNBTSession - Variable in class org.gnu.jcifs.SessionImpl
 
fNumLogons - Variable in class org.gnu.jcifs.CifsUserInfo
 
focusGained(FocusEvent) - Method in class org.gnu.jcifs.LoginDialog
 
focusLost(FocusEvent) - Method in class org.gnu.jcifs.LoginDialog
 
fOffset - Variable in class org.gnu.jcifs.FileHandle
 
fOpen - Variable in class org.gnu.jcifs.FileHandle
 
fOperatorPriv - Variable in class org.gnu.jcifs.CifsUserInfo
 
fParams - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fPasswordAge - Variable in class org.gnu.jcifs.CifsUserInfo
 
fPID - Static variable in class org.gnu.jcifs.SessionImpl
 
fPosition - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fPrintDestination - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fPrinter - Variable in class org.gnu.jcifs.CifsPrintOutputStream
 
fPriority - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fPriority - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fProtocol - Variable in class org.gnu.jcifs.SessionImpl
 
fQueryDeviceInfoDone - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fQueryFSAttrDone - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fQueryFSSizeDone - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fQueryFSVolumeDone - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fRemark - Variable in class org.gnu.jcifs.CifsShareInfo
 
FS_ATTR_CASE_PRESERVED_NAMES - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FS_ATTR_CASE_SENSITIVE_SEARCH - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
File system attributes
FS_ATTR_COMPRESSION - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FS_ATTR_DEVICE_IS_MOUNTED - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FS_ATTR_PERSISTENT_ACLS - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FS_ATTR_VOLUME_IS_COMPRESSED - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
FS_ATTR_VOLUME_QUOTAS - Static variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fSectorsPerUnit - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fSecurityMode - Variable in class org.gnu.jcifs.SessionImpl
 
fServerLanMan - Variable in class org.gnu.jcifs.SessionImpl
 
fServerOS - Variable in class org.gnu.jcifs.SessionImpl
 
fServerPrimaryDomain - Variable in class org.gnu.jcifs.SessionImpl
 
fSessionKey - Variable in class org.gnu.jcifs.SessionImpl
 
fSessionName - Variable in class org.gnu.jcifs.SessionImpl
 
fShare - Variable in class org.gnu.jcifs.SessionImpl
 
fShareName - Variable in class org.gnu.jcifs.CifsShareInfo
 
fShareType - Variable in class org.gnu.jcifs.CifsShareInfo
 
fSize - Variable in class org.gnu.jcifs.MarshalBuffer
 
fSize - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fSort - Variable in class org.gnu.jcifs.SessionComparator
 
fSpoolFileName - Variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
fSpoolFileNumber - Variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
fSpoolFileSize - Variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
fStartTime - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fStatus - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fStatus - Variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
fStatus - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fStringComparator - Static variable in class org.gnu.jcifs.util.Util
 
fSubmitted - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fSystemTime - Variable in class org.gnu.jcifs.SessionImpl
 
fText - Variable in class org.gnu.jcifs.CifsRuntimeException
 
fTID - Variable in class org.gnu.jcifs.SessionImpl
 
fTimeZone - Variable in class org.gnu.jcifs.SessionImpl
 
fTotalAllocUnits - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fType - Variable in class org.gnu.jcifs.CifsServerInfo
 
fUID - Variable in class org.gnu.jcifs.SessionImpl
 
fUntilTime - Variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
fUserComment - Variable in class org.gnu.jcifs.CifsUserInfo
 
fUserFullName - Variable in class org.gnu.jcifs.CifsUserInfo
 
fUserName - Variable in class org.gnu.jcifs.CifsUserInfo
 
fUserName - Variable in class org.gnu.jcifs.CifsPrintJobInfo
 
fUserName - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fUserPriv - Variable in class org.gnu.jcifs.CifsUserInfo
 
fVolumeCreationTime - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fVolumeLabel - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fVolumeSerialNumber - Variable in class org.gnu.jcifs.CifsFileSystemInfo
 
fWorkstationName - Variable in class org.gnu.jcifs.CifsWorkstationInfo
 
fwrite - Variable in class org.gnu.mp3Spider.ShareVu
Stream representing the file to write the output

G

getAbsPathName(String, boolean) - Method in class org.gnu.jcifs.DiskImpl
 
getAccount() - Method in class org.gnu.jcifs.CifsLogin
Returns the account name
getAllDomains() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns all domains in which the computer is enlisted
getAllowLoginDialog() - Static method in class org.gnu.jcifs.CifsSessionManager
 
getAsciiStringAt(int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getAttributes() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns file attribute flag
getAttributes() - Method in class org.gnu.jcifs.CifsFile
Returns file attribute flag
getAttributes() - Method in class org.gnu.jcifs.FileInfo
Returns file attribute flag
getAuthData(byte[], byte[]) - Static method in class org.gnu.jcifs.CifsLogin
Encrypts password
getBadLogons() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the number of incorrect passwords entered since the last successful logon
getBigEndianShortAt(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getByteAt(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getByteParameterAt(int) - Method in class org.gnu.jcifs.SMBMessage
 
getBytes() - Method in class org.gnu.jcifs.MarshalBuffer
 
getBytesPerSector() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getCapacity() - Method in class org.gnu.jcifs.MarshalBuffer
 
getChangePasswordData(String, String) - Static method in class org.gnu.jcifs.CifsLogin
+----------------------+ | | | new password + 512 | new password len + 516 | encrypted hash | +----------------------+
getCommand() - Method in class org.gnu.jcifs.SMBMessage
 
getComment() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
a comment about the print queue
getComment() - Method in class org.gnu.jcifs.CifsUserInfo
Gets comment
getComment() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Returns the comment about the print job
getComment() - Method in class org.gnu.jcifs.CifsServerInfo
If the getType() indicates that the entry is for a domain, this specifies the name of the domain master browser; otherwise, it specifies a comment describing the server.
getComputerName() - Method in class org.gnu.jcifs.CifsServerInfo
the name of a computer
getConnectTime() - Method in class org.gnu.jcifs.SessionImpl
Returns the connect time in milliseconds (base: January 1, 1970 UTC )
getConnectTime() - Method in interface org.gnu.jcifs.CifsSession
Returns the connect time in milliseconds (base: January 1, 1970 UTC )
getContentOffset() - Method in class org.gnu.jcifs.SMBMessage
 
getContentSize() - Method in class org.gnu.jcifs.SMBMessage
 
getCount() - Method in class org.gnu.jcifs.FileInfoBuffer
 
getCountryCode() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the country code for the user's language of choice.
getCreationTime() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns creation time of the file/directory
getCreationTime() - Method in class org.gnu.jcifs.CifsFile
Returns creation time of the file/directory
getCreationTime() - Method in class org.gnu.jcifs.CifsPrinterSpoolInfo
Returns the time the file was queued
getCreationTime() - Method in class org.gnu.jcifs.FileInfo
 
getCurrentDir() - Method in class org.gnu.jcifs.CifsDiskContext
Returns the current directory (relative to share)
getDateTime(int, int) - Static method in class org.gnu.jcifs.util.Util
Converts SMB date and time to time in milliseconds (base 1.1.1970)
getDetail() - Method in class org.gnu.jcifs.CifsRuntimeException
Returns the encapsulated exception (optional)
getDeviceCharacteristics() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getDeviceType() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getDisk() - Method in class org.gnu.jcifs.CifsFile
Returns the disk object
getDisk() - Method in class org.gnu.jcifs.FileHandle
 
getDisk() - Method in class org.gnu.jcifs.CifsFileInputStream
Returns the disk on which the file resides
getDisk() - Method in class org.gnu.jcifs.CifsRandomAccessFile
Returns the disk on which the file resides
getDisk() - Method in class org.gnu.jcifs.CifsDiskContext
Returns the corresponding disk object
getDisk() - Method in class org.gnu.jcifs.CifsFileOutputStream
Returns the disk on which the file resides
getDocument() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Returns the name of the document
getDomain() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns the domain to which the workstation belongs
getDriver() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
default device driver for the queue.
getErrorClass() - Method in class org.gnu.jcifs.SMBMessage
 
getErrorCode() - Method in class org.gnu.jcifs.SMBMessage
 
getFile(String, OutputStream) - Method in interface org.gnu.jcifs.CifsDisk
Gets the file from the server and writes the content to the given output stream.
getFile(String, OutputStream) - Method in class org.gnu.jcifs.DiskImpl
Gets the file from the server and writes the content to the given output stream.
getFile(String, Writer) - Method in interface org.gnu.jcifs.CifsDisk
Gets the file from the server and writes the content to the given output stream.
getFile(String, Writer) - Method in class org.gnu.jcifs.DiskImpl
Gets the file from the server and writes the content to the given output stream.
getFileInfo(String) - Method in interface org.gnu.jcifs.CifsDisk
Returns information about the given file
getFileInfo(String) - Method in class org.gnu.jcifs.DiskImpl
Returns information about the given file
getFileName() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns file name
getFileName() - Method in class org.gnu.jcifs.CifsFile
Returns file name
getFileName() - Method in class org.gnu.jcifs.FileInfo
 
getFilePointer() - Method in class org.gnu.jcifs.CifsRandomAccessFile
Returns the current offset in this file.
getFileSystemAttr() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getFileSystemInfo() - Method in interface org.gnu.jcifs.CifsDisk
Returns informations about the filesystem
getFileSystemInfo() - Method in class org.gnu.jcifs.DiskImpl
Returns informations about the filesystem
getFileSystemName() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getFreeAllocUnits() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getFullUserName() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the full name of the user
getHomeDir() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the path name of the user's home directory
getHostName() - Method in class org.gnu.jcifs.Share
 
getInetAddress() - Method in class org.gnu.jcifs.NBTSession
 
getInformationLevel() - Method in class org.gnu.jcifs.FileInfoBuffer
 
getIntAt(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getIntParameterAt(int) - Method in class org.gnu.jcifs.SMBMessage
 
getIOBufferSize() - Static method in class org.gnu.jcifs.CifsFile
 
getIPAddress(byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
getJobId() - Method in class org.gnu.jcifs.CifsPrintJobInfo
JobId uniquely specifies a print job within a printer queue.
getJobsNumber() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
the number of print jobs currently in the print queue
getLastAccessTime() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns last access time of the file/directory
getLastAccessTime() - Method in class org.gnu.jcifs.CifsFile
Returns last access time of the file/directory
getLastAccessTime() - Method in class org.gnu.jcifs.FileInfo
 
getLastLogoff() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the time when the user last logged off.
getLastLogon() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the time when the user last logged on
getLastWriteTime() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns last write time of the file/directory
getLastWriteTime() - Method in class org.gnu.jcifs.CifsFile
Returns last write time of the file/directory
getLastWriteTime() - Method in class org.gnu.jcifs.FileInfo
 
getLMAuthData(String, byte[]) - Static method in class org.gnu.jcifs.CifsLogin
Makes LM authentication response data
getLMException(int) - Static method in class org.gnu.jcifs.CifsIOException
 
getLMOWF(String) - Static method in class org.gnu.jcifs.CifsLogin
 
getLogin() - Method in class org.gnu.jcifs.Share
 
getLogonDomain() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns the domain for which a user is logged on
getLogons() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the number of times this user has logged on.
getLogonServer() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the name of the server to which logon requests are sent.
getLongAt(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getMajorVersion() - Method in class org.gnu.jcifs.CifsServerInfo
the major version number of the networking software the workstation is running.
getMajorVersion() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns the major version number of the networking software the workstation is running.
getMessage() - Method in class org.gnu.jcifs.CifsIOException
 
getMessage() - Method in class org.gnu.jcifs.CifsRuntimeException
Produce the message, include the message from the nested exception if there is one.
getMessage(String) - Static method in class org.gnu.jcifs.CifsRuntimeException
 
getMessage(String, Object) - Static method in class org.gnu.jcifs.CifsRuntimeException
 
getMessage(String, Object, Object) - Static method in class org.gnu.jcifs.CifsRuntimeException
 
getMessageBuffer() - Method in class org.gnu.jcifs.SMBMessage
 
getMessageSize() - Method in class org.gnu.jcifs.SMBMessage
 
getMID() - Method in class org.gnu.jcifs.SMBMessage
 
getMinorVersion() - Method in class org.gnu.jcifs.CifsServerInfo
the minor version number of the networking software the workstation is running.
getMinorVersion() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns the minor version number of the networking software the workstation is running.
getNBException(int) - Static method in class org.gnu.jcifs.CifsIOException
 
getNetBIOSName() - Method in class org.gnu.jcifs.SessionImpl
Gets NetBIOS name
getNetBIOSName() - Method in class org.gnu.jcifs.NBTSession
 
getNetBIOSName() - Method in interface org.gnu.jcifs.CifsSession
Gets NetBIOS name
getNodeName() - Method in class org.gnu.jcifs.Share
 
getNTAuthData(String, byte[]) - Static method in class org.gnu.jcifs.CifsLogin
Makes NT authentication response data
getNTErrorCode() - Method in class org.gnu.jcifs.SMBMessage
 
getNTSessionKey(String) - Static method in class org.gnu.jcifs.CifsLogin
S16 = MD4(U(PN)) S21 = concat(S16,zeros(5))
getOffset() - Method in class org.gnu.jcifs.FileHandle
 
getOperatorPrivileges() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the account operator privileges.
getPackageCopyright() - Static method in class org.gnu.jcifs.CifsSessionManager
Returns the copyright text
getPackageVersion() - Static method in class org.gnu.jcifs.CifsSessionManager
Returns the version number of the JCIFS package
getParameter(int) - Method in class org.gnu.jcifs.SMBMessage
 
getParams() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
contains parameters required by printer queues
getPassword() - Method in class org.gnu.jcifs.CifsLogin
Returns the password
getPasswordAge() - Method in class org.gnu.jcifs.CifsUserInfo
Gets how many seconds have elapsed since the password was last changed
getPasswordBytesAscii(String) - Static method in class org.gnu.jcifs.CifsLogin
Returns the password as byte array.
getPasswordBytesUnicode(String) - Static method in class org.gnu.jcifs.CifsLogin
Returns the password as a byte array.
getPathName() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns the path name
getPathName() - Method in class org.gnu.jcifs.CifsFile
Returns the path name
getPathName() - Method in class org.gnu.jcifs.FileInfo
 
getPathName(String) - Method in class org.gnu.jcifs.CifsDiskContext
Returns the path name: If the file starts with \ (or) /, the pathname=filename, otherwise pathname = current-dir/filename
getPID() - Method in class org.gnu.jcifs.SMBMessage
 
getPosition() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Position specifies the position of the print job within the print queue.
getPrintDestinations() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
A list of print destinations for the print queue.
getPrinterName() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
The queue name
getPrintJobInfo(int) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Lists print jobs in the specified printer queue
getPrintJobInfo(int) - Method in class org.gnu.jcifs.RemoteAdminImpl
Lists print jobs in the specified printer queue
getPrintJobQueueStatus() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Returns the status of the print queue.
getPrintJobStatus() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Returns the status of the print job.
getPriority() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
The printer queue priority (1:highest ...
getPriority() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Priority specifies the print job priority.
getProperty(String) - Method in class org.gnu.jcifs.SessionImpl
Gets an API-user property
getProperty(String) - Method in interface org.gnu.jcifs.CifsSession
Gets an API-user property
getRemark() - Method in class org.gnu.jcifs.CifsShareInfo
 
getSearchAttr() - Method in class org.gnu.jcifs.FileInfoBuffer
 
getSectorsPerUnit() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getServerAddress() - Method in class org.gnu.jcifs.SessionImpl
Gets the address of the server
getServerAddress() - Method in interface org.gnu.jcifs.CifsSession
Gets the address of the server
getServerInfo() - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Returns information about the current server
getServerInfo() - Method in class org.gnu.jcifs.RemoteAdminImpl
Returns information about the current server
getServerLanMan() - Method in class org.gnu.jcifs.SessionImpl
Returns LAN Manager of the server
getServerLanMan() - Method in interface org.gnu.jcifs.CifsSession
Returns LAN Manager of the server
getServerOS() - Method in class org.gnu.jcifs.SessionImpl
Returns server OS name
getServerOS() - Method in interface org.gnu.jcifs.CifsSession
Returns server OS name
getServerPrimaryDomain() - Method in class org.gnu.jcifs.SessionImpl
Returns the primary domain of the server
getServerPrimaryDomain() - Method in interface org.gnu.jcifs.CifsSession
Returns the primary domain of the server
getServerTime() - Method in class org.gnu.jcifs.SessionImpl
Returns the server time (from 1970 in msec)
getServerTime() - Method in interface org.gnu.jcifs.CifsSession
Returns the server time (from 1970 in msec)
getServerTimeZone() - Method in class org.gnu.jcifs.SessionImpl
Time zone of server (min from UTC)
getServerTimeZone() - Method in interface org.gnu.jcifs.CifsSession
Time zone of server (min from UTC)
getSessionName() - Method in class org.gnu.jcifs.SessionImpl
Returns share name
getSessionName() - Method in interface org.gnu.jcifs.CifsSession
Returns share name
getSessions() - Static method in class org.gnu.jcifs.SessionImpl
 
getSessions(int) - Static method in class org.gnu.jcifs.CifsSessionManager
List sessions
getShareName() - Method in class org.gnu.jcifs.Share
 
getShareName() - Method in class org.gnu.jcifs.SessionImpl
Returns the name of this session
getShareName() - Method in interface org.gnu.jcifs.CifsSession
Returns the name of this session
getShareName() - Method in class org.gnu.jcifs.CifsShareInfo
 
getShortAt(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getShortParameterAt(int) - Method in class org.gnu.jcifs.SMBMessage
 
getSignedShortAt(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getSignedShortParameterAt(int) - Method in class org.gnu.jcifs.SMBMessage
 
getSize() - Method in class org.gnu.jcifs.MarshalBuffer
 
getSize() - Method in class org.gnu.jcifs.SMBMessage
 
getSize() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Returns the size of the print job in terms of number of bytes.
getSize() - Method in interface org.gnu.jcifs.NBTOutput
 
getSMBDate(Date) - Static method in class org.gnu.jcifs.util.Util
 
getSMBErrorClass() - Method in class org.gnu.jcifs.CifsIOException
 
getSMBErrorCode() - Method in class org.gnu.jcifs.CifsIOException
 
getSMBTime(Date) - Static method in class org.gnu.jcifs.util.Util
 
getSortPosition() - Method in class org.gnu.jcifs.SessionImpl
 
getSortPosition() - Method in class org.gnu.jcifs.PrinterImpl
 
getSortPosition() - Method in class org.gnu.jcifs.RemoteAdminImpl
 
getSortPosition() - Method in class org.gnu.jcifs.DiskImpl
 
getSpoolFileName() - Method in class org.gnu.jcifs.CifsPrinterSpoolInfo
Returns the spool file name
getSpoolFileNumber() - Method in class org.gnu.jcifs.CifsPrinterSpoolInfo
Returns the number of bytes in the spool file
getStartTime() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
Starttime contains an unsigned short integer specifying the time of day a printer queue can start sending print jobs to printers.
getStatus() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
Untiltime contains an unsigned short integer specifying the time of day a printer queue becomes inactive and stops sending print jobs to printers.
getStatus() - Method in class org.gnu.jcifs.CifsPrinterSpoolInfo
Returns the spool status
getStringBytes(String) - Static method in class org.gnu.jcifs.util.Util
 
getStringComparator() - Static method in class org.gnu.jcifs.util.Util
 
getSubmittedTime() - Method in class org.gnu.jcifs.CifsPrintJobInfo
Return the time when the user submitted the job.
getTID() - Method in class org.gnu.jcifs.SMBMessage
 
getTotalAllocUnits() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getType() - Method in class org.gnu.jcifs.Share
 
getType() - Method in class org.gnu.jcifs.CifsServerInfo
the type of software the computer is running (see SW_*)
getType() - Method in class org.gnu.jcifs.CifsShareInfo
 
getUID() - Method in class org.gnu.jcifs.SMBMessage
 
getUNC() - Method in class org.gnu.jcifs.CifsShareInfo
 
getUnicodeBytes(String, boolean) - Static method in class org.gnu.jcifs.util.Util
 
getUnicodeStringAt(int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
getUntilTime() - Method in class org.gnu.jcifs.CifsPrinterQueueInfo
Untiltime contains an unsigned short integer specifying the time of day a printer queue becomes inactive and stops sending print jobs to printers.
getUserComment() - Method in class org.gnu.jcifs.CifsUserInfo
Gets comment about the user
getUserInfo(String) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Returns detailed information about a particular user
getUserInfo(String) - Method in class org.gnu.jcifs.RemoteAdminImpl
Returns detailed information about a particular user
getUserName() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the user name for which information is retrieved
getUserName() - Method in class org.gnu.jcifs.CifsPrintJobInfo
The user name specifies the name of the user who submitted the print job
getUserName() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns user who is logged on at the workstation
getUserPrivilege() - Method in class org.gnu.jcifs.CifsUserInfo
Gets the level of the privilege assigned to the user
getVolumeLabel() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
getWordCount() - Method in class org.gnu.jcifs.SMBMessage
 
getWorkstationInfo() - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Returns detailed information about a workstation.
getWorkstationInfo() - Method in class org.gnu.jcifs.RemoteAdminImpl
Returns detailed information about a workstation.
getWorkstationName() - Method in class org.gnu.jcifs.CifsWorkstationInfo
Returns the name of the workstation
getZTAsciiStringAt(int, int) - Method in class org.gnu.jcifs.MarshalBuffer
Read Zero Terminated Ascii String
getZTStringBytes(String) - Static method in class org.gnu.jcifs.util.Util
 
GRAPHICS_MODE - Static variable in class org.gnu.jcifs.PrinterImpl
No conversion of data should be done by the server
GRAPHICS_MODE - Static variable in interface org.gnu.jcifs.CifsPrinter
No conversion of data should be done by the server

H

howManyBytesCanWeSend() - Method in class org.gnu.jcifs.SessionImpl
Returns the max number of bytes which can be sent
HW_BAD_COMMAND - Static variable in class org.gnu.jcifs.CifsIOException
Unknown command.
HW_BAD_MEDIA - Static variable in class org.gnu.jcifs.CifsIOException
Unknown media type.
HW_BAD_REQUEST - Static variable in class org.gnu.jcifs.CifsIOException
Bad request structure length.
HW_BAD_SECTOR - Static variable in class org.gnu.jcifs.CifsIOException
Sector not found.
HW_BAD_SHARE - Static variable in class org.gnu.jcifs.CifsIOException
A open conflicts with an existing open.
HW_BAD_UNIT - Static variable in class org.gnu.jcifs.CifsIOException
Unknown unit.
HW_DATA_ERROR - Static variable in class org.gnu.jcifs.CifsIOException
Data error (CRC).
HW_FC_NOT_AVAILABLE - Static variable in class org.gnu.jcifs.CifsIOException
No FCBs are available to process request.
HW_GENERAL_FAILURE - Static variable in class org.gnu.jcifs.CifsIOException
General failure.
HW_LOCK_CONFLICT - Static variable in class org.gnu.jcifs.CifsIOException
A Lock request conflicted with an existing lock or specified an invalid mode, or an Unlock requested attempted to remove a lock held by another process.
HW_NO_PAPER - Static variable in class org.gnu.jcifs.CifsIOException
Printer out of paper.
HW_NO_WRITE - Static variable in class org.gnu.jcifs.CifsIOException
Attempt to write on write-protected media
HW_NOT_READY - Static variable in class org.gnu.jcifs.CifsIOException
Drive not ready.
HW_READ_FAULT - Static variable in class org.gnu.jcifs.CifsIOException
Read fault.
HW_SEEK_ERROR - Static variable in class org.gnu.jcifs.CifsIOException
Seek error.
HW_SHARE_BUFFER_EXCEEDED - Static variable in class org.gnu.jcifs.CifsIOException
A sharing buffer has been exceeded.
HW_WRITE_FAULT - Static variable in class org.gnu.jcifs.CifsIOException
Write fault.
HW_WRONG_DISK - Static variable in class org.gnu.jcifs.CifsIOException
The wrong disk was found in a drive.

I

IN_INTERCEPT - Static variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
INFO - Static variable in class org.gnu.jcifs.util.Debug
 
installCifsProtocolHandler() - Static method in class org.gnu.jcifs.CifsSessionManager
Install protocol handler package.
intsToBytes(int[], int, int, byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
intToBytes(int, byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
intToHex(int) - Static method in class org.gnu.jcifs.util.Util
 
IPC - Static variable in class org.gnu.jcifs.Share
 
isAlive() - Method in class org.gnu.jcifs.NBTSession
 
isArchive() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns if file is a archive file
isArchive() - Method in class org.gnu.jcifs.CifsFile
Returns if file is a archive file
isArchive() - Method in class org.gnu.jcifs.FileInfo
 
isConnected() - Method in class org.gnu.jcifs.SessionImpl
Checks if the server is connected
isConnected() - Method in interface org.gnu.jcifs.CifsSession
Checks if the server is connected
isConnectionLost() - Method in class org.gnu.jcifs.CifsIOException
 
isDeviceInfoValid() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
isDirectory() - Method in interface org.gnu.jcifs.CifsFileInfo
Checks if file is a directory
isDirectory() - Method in class org.gnu.jcifs.CifsFile
Checks if file is a directory
isDirectory() - Method in class org.gnu.jcifs.FileInfo
 
isFile() - Method in interface org.gnu.jcifs.CifsFileInfo
Checks if is a file
isFile() - Method in class org.gnu.jcifs.CifsFile
Checks if is a file
isFile() - Method in class org.gnu.jcifs.FileInfo
 
isHidden() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns if file is a hidden file
isHidden() - Method in class org.gnu.jcifs.CifsFile
Returns if file is a hidden file
isHidden() - Method in class org.gnu.jcifs.FileInfo
 
ISO8859_1 - Static variable in class org.gnu.jcifs.MarshalBuffer
 
isProtocolHandlerInstalled() - Method in class org.gnu.jcifs.CifsSessionManager
Returns true if the protocol handler "cifs" was installed
isReadOnly() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns true if file is read only
isReadOnly() - Method in class org.gnu.jcifs.CifsFile
Returns true if file is read only
isReadOnly() - Method in class org.gnu.jcifs.FileInfo
 
isResponse() - Method in class org.gnu.jcifs.SMBMessage
 
isSizeInfoValid() - Method in class org.gnu.jcifs.CifsFileSystemInfo
 
isSMBError() - Method in class org.gnu.jcifs.CifsIOException
 
isStringsAsUnicode() - Method in class org.gnu.jcifs.SMBMessage
Strings in SMB are UNICODE encoded (Flag2)
isSystem() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns if file is a system file
isSystem() - Method in class org.gnu.jcifs.CifsFile
Returns if file is a system file
isSystem() - Method in class org.gnu.jcifs.FileInfo
 
isUserLevelSecurity() - Method in class org.gnu.jcifs.SessionImpl
Returns true if the share has user level security
isUserLevelSecurity() - Method in interface org.gnu.jcifs.CifsSession
Returns true if the share has user level security

K

keyPressed(KeyEvent) - Method in class org.gnu.jcifs.LoginDialog
 
keyReleased(KeyEvent) - Method in class org.gnu.jcifs.LoginDialog
 
keyTyped(KeyEvent) - Method in class org.gnu.jcifs.LoginDialog
 

L

LANMAN_1_0 - Static variable in class org.gnu.jcifs.SessionImpl
 
length() - Method in interface org.gnu.jcifs.CifsFileInfo
Returns file size
length() - Method in class org.gnu.jcifs.CifsFile
Returns file size
length() - Method in class org.gnu.jcifs.CifsFileInputStream
Returns the file size
length() - Method in class org.gnu.jcifs.CifsRandomAccessFile
Returns the length of this file.
length() - Method in class org.gnu.jcifs.FileInfo
 
list - Variable in class org.gnu.mp3Spider.SmbLs
The Vector that holds all the results.
listFilesInfo(String, int, boolean) - Method in interface org.gnu.jcifs.CifsDisk
Enumerates informations about the files
listFilesInfo(String, int, boolean) - Method in class org.gnu.jcifs.DiskImpl
Enumerates informations about the files
listFilesName(String, int, boolean) - Method in interface org.gnu.jcifs.CifsDisk
Enumerates file names
listFilesName(String, int, boolean) - Method in class org.gnu.jcifs.DiskImpl
Enumerates file names
listPrinterQueues() - Method in interface org.gnu.jcifs.CifsRemoteAdmin
 
listPrinterQueues() - Method in class org.gnu.jcifs.RemoteAdminImpl
 
listPrinterSpoolInfo() - Method in class org.gnu.jcifs.PrinterImpl
Enumerates the list of the elements currently in the printer queue on the server
listPrinterSpoolInfo() - Method in interface org.gnu.jcifs.CifsPrinter
Enumerates the list of the elements currently in the printer queue on the server
listPrintJobs(String) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Lists print jobs in the specified printer queue
listPrintJobs(String) - Method in class org.gnu.jcifs.RemoteAdminImpl
Lists print jobs in the specified printer queue
listServersInfo(String, int) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Lists all computers of the specified type or types that are visible in the specified domain.
listServersInfo(String, int) - Method in class org.gnu.jcifs.RemoteAdminImpl
Lists all computers of the specified type or types that are visible in the specified domain.
listServersNames(String, int) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Lists all computers of the specified type or types that are visible in the specified domain.
listServersNames(String, int) - Method in class org.gnu.jcifs.RemoteAdminImpl
Lists all computers of the specified type or types that are visible in the specified domain.
listSharesInfo(boolean) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Returns the list of shares on the computer
listSharesInfo(boolean) - Method in class org.gnu.jcifs.RemoteAdminImpl
Returns the list of shares on the computer
LM_1_2X002 - Static variable in class org.gnu.jcifs.SessionImpl
 
LMHosts - class org.gnu.jcifs.util.LMHosts.
 
LMHosts(String) - Constructor for class org.gnu.jcifs.util.LMHosts
 
login - Variable in class org.gnu.mp3Spider.ShareVu
CifsLogin object that holds login info
LoginDialog - class org.gnu.jcifs.LoginDialog.
 
loginDialog(Frame) - Static method in class org.gnu.jcifs.CifsSessionManager
Opens a dialog box and requests login data (account name and password).
LoginDialog(Frame) - Constructor for class org.gnu.jcifs.LoginDialog
 
longToBytes(long, byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
longToHex(long) - Static method in class org.gnu.jcifs.util.Util
 
lookup(InetAddress, String) - Method in class org.gnu.jcifs.NBTNameService
 
lookup(String) - Method in class org.gnu.jcifs.util.LMHosts
 
lookupConnectedDisk(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Lookup disk with the given session name
lookupPrinterSession(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Lookup printer session
lookupRemoteAdminSession(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Lookup remote admin session
lookupSession(String) - Static method in class org.gnu.jcifs.CifsSessionManager
 
lookupSession(String) - Static method in class org.gnu.jcifs.SessionImpl
 

M

mach - Variable in class org.gnu.mp3Spider.ShareVu
The machine name to which we are connected
main(String[]) - Static method in class org.gnu.mp3Spider.mp3Spider
Entry point.
main(String[]) - Static method in class org.gnu.mp3Spider.SmbLs
This is mainly used as a stand alone tool to list all contents of a given share.
makeSMBKey(byte[], byte[]) - Static method in class org.gnu.jcifs.util.DES
 
mark(int) - Method in class org.gnu.jcifs.CifsFileInputStream
Marks the current position in this input stream.
markSupported() - Method in class org.gnu.jcifs.CifsFileInputStream
Tests if this input stream supports the mark and reset methods.
MarshalBuffer - class org.gnu.jcifs.MarshalBuffer.
 
MarshalBuffer(int) - Constructor for class org.gnu.jcifs.MarshalBuffer
 
MD4 - class org.gnu.jcifs.util.MD4.
Implements the MD4 message digest algorithm in Java.
MD4() - Constructor for class org.gnu.jcifs.util.MD4
 
METHOD - Static variable in class org.gnu.jcifs.util.Debug
 
method() - Static method in class org.gnu.jcifs.util.Debug
 
mkdir() - Method in class org.gnu.jcifs.CifsFile
Create directory
mkdir(String) - Method in interface org.gnu.jcifs.CifsDisk
Creates the given directory on the server
mkdir(String) - Method in class org.gnu.jcifs.DiskImpl
Creates the given directory on the server
mp3Spider - class org.gnu.mp3Spider.mp3Spider.
This program searches SMB shares of all available machines in the given domain recursively, for files ending with .mp3.
mp3Spider() - Constructor for class org.gnu.mp3Spider.mp3Spider
 

N

NBTInput - interface org.gnu.jcifs.NBTInput.
 
NBTNameResolver - class org.gnu.jcifs.NBTNameResolver.
NetBIOS Name Resolver
NBTNameService - class org.gnu.jcifs.NBTNameService.
NB Name Service (WINS)
NBTNameService() - Constructor for class org.gnu.jcifs.NBTNameService
 
NBTOutput - interface org.gnu.jcifs.NBTOutput.
 
NBTSession - class org.gnu.jcifs.NBTSession.
NetBIOS over TCP/IP (Session Service)
NBTSession() - Constructor for class org.gnu.jcifs.NBTSession
 
NBTSessionListener - interface org.gnu.jcifs.NBTSessionListener.
 
negotiate(NBTSession, String, SMBMessage) - Static method in class org.gnu.jcifs.SessionImpl
Negotiates protocol (we support only NT_LM_0_12).
NONE - Static variable in class org.gnu.jcifs.util.Debug
 
normalizePathName(String) - Static method in class org.gnu.jcifs.util.Util
Normalizes file name: replaces \\ ,\..\, \.\
NT_LM_0_12 - Static variable in class org.gnu.jcifs.SessionImpl
 

O

O_CREAT - Static variable in class org.gnu.jcifs.DiskImpl
create and open file
O_EXCL - Static variable in class org.gnu.jcifs.DiskImpl
open only if file doesn't already exist
O_RDONLY - Static variable in class org.gnu.jcifs.DiskImpl
open for reading only
O_RDWR - Static variable in class org.gnu.jcifs.DiskImpl
open for reading and writing
O_TRUNC - Static variable in class org.gnu.jcifs.DiskImpl
open and truncate
O_WRONLY - Static variable in class org.gnu.jcifs.DiskImpl
open for writing only
onlyExt - Variable in class org.gnu.mp3Spider.SmbLs
Search for these extensions only.
open(String, CifsDisk) - Method in class org.gnu.jcifs.CifsFileInputStream
 
open(String, CifsDisk, boolean) - Method in class org.gnu.jcifs.CifsFileOutputStream
 
open(String, CifsDisk, String) - Method in class org.gnu.jcifs.CifsRandomAccessFile
 
openFile(String, int, int) - Method in class org.gnu.jcifs.DiskImpl
 
openPrintFile(String, int) - Method in class org.gnu.jcifs.PrinterImpl
Creates a new print spool file.
openPrintFile(String, int) - Method in interface org.gnu.jcifs.CifsPrinter
Creates a new print spool file.
org.gnu.jcifs - package org.gnu.jcifs
 
org.gnu.jcifs.util - package org.gnu.jcifs.util
 
org.gnu.mp3Spider - package org.gnu.mp3Spider
 

P

parseSecondLevelEncodedName(byte[], int, StringBuffer) - Static method in class org.gnu.jcifs.NBTNameService
 
pausePrintJob(int) - Method in interface org.gnu.jcifs.CifsRemoteAdmin
Pauses a print job in a printer queue
pausePrintJob(int) - Method in class org.gnu.jcifs.RemoteAdminImpl
Pauses a print job in a printer queue
print(int, String) - Static method in class org.gnu.jcifs.util.Debug
 
PRINTER - Static variable in class org.gnu.jcifs.Share
 
PRINTER_ERROR - Static variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
PrinterImpl - class org.gnu.jcifs.PrinterImpl.
CifsPrinter implements the printer operations.
PrinterImpl(String, int, Share, NBTSession, SMBMessage) - Constructor for class org.gnu.jcifs.PrinterImpl
 
PRINTING - Static variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
println(int, byte[], int, int) - Static method in class org.gnu.jcifs.util.Debug
 
println(int, String) - Static method in class org.gnu.jcifs.util.Debug
 
PRJ_COMPLETE - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
Print job is complete
PRJ_DESTCRTCHG - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
The printer is waiting for a cartridge change
PRJ_DESTENCHG - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
The printer is waiting for a pen change
PRJ_DESTFORMCHG - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
The printer is waiting for a form change
PRJ_DESTNOPAPER - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
The print destination is out of paper
PRJ_DESTOFFLINE - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
The print destination is offline
PRJ_DESTPAUSED - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
The print destination is paused
PRJ_ERROR - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
Print job is spooling
PRJ_INTERV - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
An error occurred
PRJ_NOTIFY - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
An alert is raised
PRJ_PRINTING - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
An alert indicates the job was deleted
PRJ_QS_PAUSED - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
Print job is paused
PRJ_QS_PRINTING - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
Print job is printing, Print Job Status is valid
PRJ_QS_QUEUED - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
Print job is queued
PRJ_QS_SPOOLING - Static variable in class org.gnu.jcifs.CifsPrintJobInfo
Print job is spooling
prompt(String, CifsLogin) - Method in class org.gnu.jcifs.LoginDialog
 
promptLogin() - Method in class org.gnu.jcifs.SessionImpl
Prompts for login dialog
PRQ_ACTIVE - Static variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
PRQ_ERROR - Static variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
PRQ_PAUSE - Static variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
PRQ_PENDING - Static variable in class org.gnu.jcifs.CifsPrinterQueueInfo
 
putFile(String, InputStream) - Method in interface org.gnu.jcifs.CifsDisk
Puts the data from the input stream to the given remote file.
putFile(String, InputStream) - Method in class org.gnu.jcifs.DiskImpl
Puts the data from the input stream to the given remote file.
putFile(String, Reader) - Method in interface org.gnu.jcifs.CifsDisk
Puts the data from the input stream to the given remote file.
putFile(String, Reader) - Method in class org.gnu.jcifs.DiskImpl
Puts the data from the input stream to the given remote file.

R

read() - Method in class org.gnu.jcifs.CifsFileInputStream
Reads the next byte of data from this file.
read(byte[], int, int) - Method in class org.gnu.jcifs.FileHandle
 
read(byte[], int, int) - Method in class org.gnu.jcifs.CifsFileInputStream
Reads bytes into a portion of an array.
read(byte[], int, int) - Method in class org.gnu.jcifs.CifsRandomAccessFile
Reads bytes from the current offset
readFile(FileHandle, long, byte[], int, int) - Method in class org.gnu.jcifs.DiskImpl
 
readFile(FileHandle, long, int) - Method in class org.gnu.jcifs.DiskImpl
 
readFrom(InputStream, int) - Method in interface org.gnu.jcifs.NBTInput
 
readFrom(InputStream, int) - Method in class org.gnu.jcifs.SMBMessage
 
receive(NBTSession) - Method in class org.gnu.jcifs.SMBMessage
 
receiveTransaction(MarshalBuffer, MarshalBuffer) - Method in class org.gnu.jcifs.SessionImpl
Receives SMB_COM_TRANSACTION reply message
recList(CifsDisk, String) - Method in class org.gnu.mp3Spider.SmbLs
This will add all requested files into the Vector.
reconnect() - Method in class org.gnu.jcifs.SessionImpl
Reconnects server if disconnected
reconnect() - Method in interface org.gnu.jcifs.CifsSession
Reconnects server if disconnected
refresh() - Method in class org.gnu.jcifs.CifsFile
Refresh file informations.
refresh() - Method in class org.gnu.jcifs.util.LMHosts
 
RemoteAdminImpl - class org.gnu.jcifs.RemoteAdminImpl.
The Remote Administration Protocol (RAP) provides operations
RemoteAdminImpl(String, int, Share, NBTSession, SMBMessage) - Constructor for class org.gnu.jcifs.RemoteAdminImpl
 
removeSession(String) - Static method in class org.gnu.jcifs.SessionImpl
 
renameFile(String, String) - Method in interface org.gnu.jcifs.CifsDisk
Renames the old file to the new file (also hidden and system files)
renameFile(String, String) - Method in class org.gnu.jcifs.DiskImpl
Renames the old file to the new file (also hidden and system files)
renameFile(String, String, int) - Method in interface org.gnu.jcifs.CifsDisk
Renames file corresponding to the search attributes
renameFile(String, String, int) - Method in class org.gnu.jcifs.DiskImpl
Renames file corresponding to the search attributes
renameTo(String) - Method in class org.gnu.jcifs.CifsFile
Renames current file/directory to the given file
replaceString(String, String, String) - Static method in class org.gnu.jcifs.util.Util
 
reset() - Method in class org.gnu.jcifs.CifsFileInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resolve(String) - Static method in class org.gnu.jcifs.NBTNameResolver
Resolve NetBIOS name:
rmdir(String) - Method in interface org.gnu.jcifs.CifsDisk
Removes directory
rmdir(String) - Method in class org.gnu.jcifs.DiskImpl
Removes directory
run() - Method in class org.gnu.mp3Spider.ShareVu
Entry point for the thread

S

SamOEMHash(byte[], byte[], int) - Static method in class org.gnu.jcifs.CifsLogin
Code from samba
seek(long) - Method in class org.gnu.jcifs.CifsRandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
send(NBTSession) - Method in class org.gnu.jcifs.SMBMessage
 
sendAndReceive(NBTSession, SMBMessage) - Method in class org.gnu.jcifs.SMBMessage
 
sendTransaction(short[], String, MarshalBuffer, byte[], int) - Method in class org.gnu.jcifs.SessionImpl
Sends SMB_COM_TRANSACTION message
sendTransaction2(short, MarshalBuffer, byte[], int, int) - Method in class org.gnu.jcifs.SessionImpl
Sends SMB_COM_TRANSACTION2 message
SESSION_SORT_NAME - Static variable in class org.gnu.jcifs.CifsSessionManager
Sort sessions by name
SESSION_SORT_TYPE - Static variable in class org.gnu.jcifs.CifsSessionManager
Sort sessions by type
SessionComparator - class org.gnu.jcifs.SessionComparator.
 
SessionComparator(int) - Constructor for class org.gnu.jcifs.SessionComparator
 
SessionImpl - class org.gnu.jcifs.SessionImpl.
Abstract base class of all service sessions
SessionImpl(String, int, Share, NBTSession, SMBMessage) - Constructor for class org.gnu.jcifs.SessionImpl
Constructor
set(int, String, String) - Method in class org.gnu.jcifs.Share
 
setAccount(String) - Method in class org.gnu.jcifs.CifsLogin
Sets the account name
setAccount(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Sets the account name for all connections.
setAllowAutoReconnection(boolean) - Method in class org.gnu.jcifs.SessionImpl
Sets automatic reconnection
setAllowAutoReconnection(boolean) - Method in interface org.gnu.jcifs.CifsSession
Sets automatic reconnection
setAllowLoginDialog(boolean) - Static method in class org.gnu.jcifs.CifsSessionManager
 
setAsciiStringAt(int, String) - Method in class org.gnu.jcifs.MarshalBuffer
 
setByteAt(int, byte) - Method in class org.gnu.jcifs.MarshalBuffer
 
setByteParameterAt(int, byte) - Method in class org.gnu.jcifs.SMBMessage
 
setBytesAt(int, byte[], int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setBytesAt(int, char[], int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setBytesAt(int, MarshalBuffer, int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setCanHandleLongNames() - Method in class org.gnu.jcifs.SMBMessage
We can handle long components in path names in the response
setCapacity(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setCaselessPathnames() - Method in class org.gnu.jcifs.SMBMessage
 
setCommand(byte) - Method in class org.gnu.jcifs.SMBMessage
Set command type and resets packet
setConnectionLost() - Method in class org.gnu.jcifs.CifsIOException
 
setContent(byte[]) - Method in class org.gnu.jcifs.SMBMessage
 
setContent(byte[], int, int) - Method in class org.gnu.jcifs.SMBMessage
 
setContent(MarshalBuffer) - Method in class org.gnu.jcifs.SMBMessage
 
setContentSize(int) - Method in class org.gnu.jcifs.SMBMessage
 
setCount(int) - Method in class org.gnu.jcifs.FileInfoBuffer
 
setDebugFile(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Sets debug file.
setDebugFile(String) - Static method in class org.gnu.jcifs.util.Debug
 
setDebugLevel(int) - Static method in class org.gnu.jcifs.CifsSessionManager
Sets debug level
setDebugLevel(int) - Static method in class org.gnu.jcifs.util.Debug
 
setDetail(Throwable) - Method in class org.gnu.jcifs.CifsIOException
 
setDetail(Throwable) - Method in class org.gnu.jcifs.CifsRuntimeException
 
setExtendedAttributes() - Method in class org.gnu.jcifs.SMBMessage
If set the client is aware of extended attr
setFileAttribute(String, int, boolean) - Method in interface org.gnu.jcifs.CifsDisk
Sets or resets file attributes (CifsFileInfo.FILE_ATTR_*)
setFileAttribute(String, int, boolean) - Method in class org.gnu.jcifs.DiskImpl
Sets or resets file attributes (Cifs.FILE_ATTR_*)
setInfoLevel(short) - Method in class org.gnu.jcifs.FileInfoBuffer
 
setIntAt(int, byte[], int) - Static method in class org.gnu.jcifs.MarshalBuffer
 
setIntAt(int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setIntParameterAt(int, int) - Method in class org.gnu.jcifs.SMBMessage
 
setKey(byte[]) - Method in class org.gnu.jcifs.util.DES
 
setLength(long) - Method in class org.gnu.jcifs.CifsRandomAccessFile
Sets the length of this file.
setMID(int) - Method in class org.gnu.jcifs.SMBMessage
 
setName(String) - Method in class org.gnu.jcifs.Share
 
setOffset(long) - Method in class org.gnu.jcifs.FileHandle
 
setPassword(String) - Method in class org.gnu.jcifs.CifsLogin
Sets the password
setPassword(String) - Static method in class org.gnu.jcifs.CifsSessionManager
Sets the password for all connections
setPID(int) - Method in class org.gnu.jcifs.SMBMessage
 
setProperty(String, Object) - Method in class org.gnu.jcifs.SessionImpl
Sets an API-user property.
setProperty(String, Object) - Method in interface org.gnu.jcifs.CifsSession
Sets an API-user property.
setSearchAttr(int) - Method in class org.gnu.jcifs.FileInfoBuffer
 
setShortAt(int, int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setShortAt(int, short) - Method in class org.gnu.jcifs.MarshalBuffer
 
setShortParameterAt(int, int) - Method in class org.gnu.jcifs.SMBMessage
 
setSize(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
setStringsAsUnicode() - Method in class org.gnu.jcifs.SMBMessage
Strings in SMB are UNICODE encoded (Flag2)
setTID(int) - Method in class org.gnu.jcifs.SMBMessage
 
setUID(int) - Method in class org.gnu.jcifs.SMBMessage
 
setupSMBMessage(SMBMessage, byte) - Method in class org.gnu.jcifs.SessionImpl
Inititializes SMB message
setupSMBMessageSecondary(SMBMessage, byte) - Method in class org.gnu.jcifs.SessionImpl
Inititializes SMB message for SMB_COM_TRANSACTION_SECONDARY
setWordCount(int) - Method in class org.gnu.jcifs.SMBMessage
 
setZTAsciiStringAt(int, String) - Method in class org.gnu.jcifs.MarshalBuffer
 
Share - class org.gnu.jcifs.Share.
Universal Naming Convention
Share(CifsLogin) - Constructor for class org.gnu.jcifs.Share
 
Share(String, int) - Constructor for class org.gnu.jcifs.Share
 
Share(String, int, CifsLogin) - Constructor for class org.gnu.jcifs.Share
 
ShareInfoComparator - class org.gnu.jcifs.ShareInfoComparator.
 
ShareInfoComparator() - Constructor for class org.gnu.jcifs.ShareInfoComparator
 
ShareVu - class org.gnu.mp3Spider.ShareVu.
This class is the actual thing that lists the contents of an SMB share recursively.
ShareVu(String, CifsLogin, FileWriter) - Constructor for class org.gnu.mp3Spider.ShareVu
Constructor
shortToBytes(int, byte[], int) - Static method in class org.gnu.jcifs.util.Util
 
shortToHex(int) - Static method in class org.gnu.jcifs.util.Util
 
skip(long) - Method in class org.gnu.jcifs.FileHandle
Returns the number of skipped bytes
skip(long) - Method in class org.gnu.jcifs.CifsFileInputStream
Skips over and discards n bytes of data from the input stream.
skipBytes(int) - Method in class org.gnu.jcifs.CifsRandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
SM_DENY_NONE - Static variable in interface org.gnu.jcifs.CifsDisk
Allow all actions
SM_DENY_NONE - Static variable in class org.gnu.jcifs.DiskImpl
Allow all actions
SM_DENY_READ_EXEC - Static variable in interface org.gnu.jcifs.CifsDisk
Deny read/execute
SM_DENY_READ_EXEC - Static variable in class org.gnu.jcifs.DiskImpl
Deny read/execute
SM_DENY_WRITE - Static variable in interface org.gnu.jcifs.CifsDisk
Deny write
SM_DENY_WRITE - Static variable in class org.gnu.jcifs.DiskImpl
Deny write
SM_EXCLUSIVE - Static variable in interface org.gnu.jcifs.CifsDisk
Deny read/write/execute (exclusive)
SM_EXCLUSIVE - Static variable in class org.gnu.jcifs.DiskImpl
Deny read/write/execute (exclusive)
SMB_COM_CHECK_DIRECTORY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CLOSE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CLOSE_AND_TREE_DISC - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CLOSE_PRINT_FILE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_COPY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CREATE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CREATE_DIRECTORY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CREATE_NEW - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_CREATE_TEMPORARY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_DELETE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_DELETE_DIRECTORY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_ECHO - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_FIND - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_FIND_CLOSE2 - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_FIND_NOTIFY_CLOSE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_FIND_UNIQUE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_FLUSH - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_GET_PRINT_QUEUE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_IOCTL - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_IOCTL_SECONDARY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_LOCK_AND_READ - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_LOCK_BYTE_RANGE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_LOCKING_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_LOGOFF_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_MOVE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_NEGOTIATE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_NT_CANCEL - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_NT_CREATE_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_NT_TRANSACT - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_NT_TRANSACT_SECONDARY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_OPEN - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_OPEN_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_OPEN_PRINT_FILE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_PROCESS_EXIT - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_QUERY_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_QUERY_INFORMATION_DISK - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_QUERY_INFORMATION2 - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_READ - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_READ_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_READ_MPX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_READ_MPX_SECONDARY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_READ_RAW - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_RENAME - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_SEARCH - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_SEEK - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_SESSION_SETUP_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_SET_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_SET_INFORMATION2 - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TRANSACTION - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TRANSACTION_SECONDARY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TRANSACTION2 - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TRANSACTION2_SECONDARY - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TREE_CONNECT - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TREE_CONNECT_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_TREE_DISCONNECT - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_UNLOCK_BYTE_RANGE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_AND_CLOSE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_AND_UNLOCK - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_ANDX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_COMPLETE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_MPX - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_PRINT_FILE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_COM_WRITE_RAW - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_CORE - Static variable in class org.gnu.jcifs.SessionImpl
 
SMB_FIND_FILE_BOTH_DIRECTORY_INFO - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_FIND_FILE_DIRECTORY_INFO - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_FIND_FILE_FULL_DIRECTORY_INFO - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_FIND_FILE_NAMES_INFO - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_INFO_QUERY_EA_SIZE - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_INFO_QUERY_EAS_FROM_LIST - Static variable in class org.gnu.jcifs.SMBMessage
 
SMB_INFO_STANDARD - Static variable in class org.gnu.jcifs.SMBMessage
 
SmbLs - class org.gnu.mp3Spider.SmbLs.
This class lists the contents of a share recursively.
SmbLs(String) - Constructor for class org.gnu.mp3Spider.SmbLs
Constructor
SMBMessage - class org.gnu.jcifs.SMBMessage.
 
SMBMessage(int) - Constructor for class org.gnu.jcifs.SMBMessage
 
sort(Object[], Comparator) - Static method in class org.gnu.jcifs.util.Util
 
sort(Object[], int, Comparator) - Static method in class org.gnu.jcifs.util.Util
Sorts array (Heapsort)
sortStrings(String[]) - Static method in class org.gnu.jcifs.util.Util
 
spreadIntsToBytes(int[], int, byte[], int, int) - Static method in class org.gnu.jcifs.util.DES
 
squashBytesToInts(byte[], int, int[], int, int) - Static method in class org.gnu.jcifs.util.DES
 
SRV_BAD_COMMAND - Static variable in class org.gnu.jcifs.CifsIOException
The server did not recognize the command received..
SRV_BAD_DEVICE - Static variable in class org.gnu.jcifs.CifsIOException
Invalid device - printer request made to non-printer connection or non-printer request made to printer connection..
SRV_BAD_FILE_SPECS - Static variable in class org.gnu.jcifs.CifsIOException
The Fid and pathname parameters contained an invalid combination of values.
SRV_BAD_NETWORK_NAME - Static variable in class org.gnu.jcifs.CifsIOException
Invalid network name in tree connect..
SRV_BAD_PASSWORD - Static variable in class org.gnu.jcifs.CifsIOException
Bad password - name/password pair in a Tree Connect or Session Setup are invalid..
SRV_BAD_PERMITS - Static variable in class org.gnu.jcifs.CifsIOException
The access permissions specified for a file or directory are not a valid combination.
SRV_BAD_PRINT_FILE_FID - Static variable in class org.gnu.jcifs.CifsIOException
Invalid print file FID..
SRV_BAD_SET_ATTR_MODE - Static variable in class org.gnu.jcifs.CifsIOException
The attribute mode in the Set File Attribute request is invalid.
SRV_BAD_TID - Static variable in class org.gnu.jcifs.CifsIOException
The Tid specified in a command was invalid..
SRV_BAD_UID - Static variable in class org.gnu.jcifs.CifsIOException
The Uid is not known as a valid user identifier on this session.
SRV_CONT_MPX_MODE - Static variable in class org.gnu.jcifs.CifsIOException
Continue in MPX mode.
SRV_EOF_PRINT_QUEUE - Static variable in class org.gnu.jcifs.CifsIOException
EOF on print queue dump..
SRV_ERROR - Static variable in class org.gnu.jcifs.CifsIOException
Non-specific error code.
SRV_FCT_NOT_SUPPORTED - Static variable in class org.gnu.jcifs.CifsIOException
Function not supported.
SRV_INTERNAL_ERROR - Static variable in class org.gnu.jcifs.CifsIOException
The server encountered an internal error, e.g., system file unavailable..
SRV_NO_ACCESS - Static variable in class org.gnu.jcifs.CifsIOException
The client does not have the necessary access rights within the specified context for the requested function..
SRV_NO_RESOURCES - Static variable in class org.gnu.jcifs.CifsIOException
No resources currently available for request.
SRV_NO_ROOM - Static variable in class org.gnu.jcifs.CifsIOException
No room to buffer message.
SRV_NOT_RCV_MESSAGES - Static variable in class org.gnu.jcifs.CifsIOException
Not receiving messages.
SRV_PAUSED - Static variable in class org.gnu.jcifs.CifsIOException
Server is paused.
SRV_PRINT_QUEUE_FULL - Static variable in class org.gnu.jcifs.CifsIOException
Print queue full (files) -- returned by open print file..
SRV_PRINT_QUEUE_NO_SPACE - Static variable in class org.gnu.jcifs.CifsIOException
Print queue full -- no space..
SRV_TIMEOUT - Static variable in class org.gnu.jcifs.CifsIOException
Operation timed out.
SRV_TOO_MANY_REMOTE_USERS - Static variable in class org.gnu.jcifs.CifsIOException
Too many remote user names.
SRV_TOO_MANY_UIDS - Static variable in class org.gnu.jcifs.CifsIOException
Too many Uids active on this session.
SRV_USE_MPX - Static variable in class org.gnu.jcifs.CifsIOException
Temporarily unable to support Raw, use MPX mode.
SRV_USE_STD - Static variable in class org.gnu.jcifs.CifsIOException
Temporarily unable to support Raw, use standard read/write.
STOPPED - Static variable in class org.gnu.jcifs.CifsPrinterSpoolInfo
 
StringComparator - class org.gnu.jcifs.util.StringComparator.
 
StringComparator() - Constructor for class org.gnu.jcifs.util.StringComparator
 
STYPE_DEVICE - Static variable in class org.gnu.jcifs.CifsShareInfo
Communications device
STYPE_DISKTREE - Static variable in class org.gnu.jcifs.CifsShareInfo
Disk Directory Tree
STYPE_IPC - Static variable in class org.gnu.jcifs.CifsShareInfo
Inter process communication (IPC)
STYPE_PRINTQ - Static variable in class org.gnu.jcifs.CifsShareInfo
Printer Queue
SUCCESS - Static variable in class org.gnu.jcifs.CifsIOException
The request was successful
SUPPORTED_DIALECTS - Static variable in class org.gnu.jcifs.SessionImpl
 
SV_TYPE_AFP - Static variable in class org.gnu.jcifs.CifsServerInfo
Apple File Protocol servers
SV_TYPE_ALL - Static variable in class org.gnu.jcifs.CifsServerInfo
Enum all server types
SV_TYPE_BACKUP_BROWSER - Static variable in class org.gnu.jcifs.CifsServerInfo
Backup browser server
SV_TYPE_DIALIN_SERVER - Static variable in class org.gnu.jcifs.CifsServerInfo
Server running dialin service.
SV_TYPE_DOMAIN_BAKCTRL - Static variable in class org.gnu.jcifs.CifsServerInfo
Backup domain controller
SV_TYPE_DOMAIN_CTRL - Static variable in class org.gnu.jcifs.CifsServerInfo
Primary domain controller
SV_TYPE_DOMAIN_ENUM - Static variable in class org.gnu.jcifs.CifsServerInfo
Enumerate Domains
SV_TYPE_DOMAIN_MASTER - Static variable in class org.gnu.jcifs.CifsServerInfo
EDomain Master Browser server
SV_TYPE_DOMAIN_MEMBER - Static variable in class org.gnu.jcifs.CifsServerInfo
Domain Member
SV_TYPE_LOCAL_LIST_ONLY - Static variable in class org.gnu.jcifs.CifsServerInfo
Enumerate only entries marked "local"
SV_TYPE_MASTER_BROWSER - Static variable in class org.gnu.jcifs.CifsServerInfo
Master browser server
SV_TYPE_NOVELL - Static variable in class org.gnu.jcifs.CifsServerInfo
Novell servers
SV_TYPE_NT - Static variable in class org.gnu.jcifs.CifsServerInfo
NT server
SV_TYPE_POTENTIAL_BROWSER - Static variable in class org.gnu.jcifs.CifsServerInfo
Server that can run the browser service
SV_TYPE_PRINTQ_SERVER - Static variable in class org.gnu.jcifs.CifsServerInfo
Server sharing print queue
SV_TYPE_SERVER - Static variable in class org.gnu.jcifs.CifsServerInfo
Enum servers
SV_TYPE_SERVER_NT - Static variable in class org.gnu.jcifs.CifsServerInfo
Windows NT non DC server
SV_TYPE_SQLSERVER - Static variable in class org.gnu.jcifs.CifsServerInfo
Enum any server running with SQL server
SV_TYPE_TIME_SOURCE - Static variable in class org.gnu.jcifs.CifsServerInfo
Server running the timesource service
SV_TYPE_WFW - Static variable in class org.gnu.jcifs.CifsServerInfo
Server running Windows for Workgroups
SV_TYPE_WORKSTATION - Static variable in class org.gnu.jcifs.CifsServerInfo
Enum all workstations
SV_TYPE_XENIX_SERVER - Static variable in class org.gnu.jcifs.CifsServerInfo
Xenix server
swab(byte) - Static method in class org.gnu.jcifs.util.Util
Reverses the order of the bits in the byte
swab(byte[]) - Static method in class org.gnu.jcifs.util.Util
 

T

t - Variable in class org.gnu.mp3Spider.ShareVu
Thread that does all the dirty work
TEXT_MODE - Static variable in class org.gnu.jcifs.PrinterImpl
The server may optinally expand tabs to a series of spaces
TEXT_MODE - Static variable in interface org.gnu.jcifs.CifsPrinter
The server may optinally expand tabs to a series of spaces
toString() - Method in class org.gnu.jcifs.CifsLogin
 
toString() - Method in class org.gnu.jcifs.CifsFile
 
toString() - Method in class org.gnu.jcifs.Share
 
toString() - Method in class org.gnu.jcifs.PrinterImpl
 
toString() - Method in class org.gnu.jcifs.CifsDiskContext
 
toString() - Method in class org.gnu.jcifs.FileInfo
 
toString() - Method in class org.gnu.jcifs.RemoteAdminImpl
 
toString() - Method in class org.gnu.jcifs.CifsShareInfo
 
toString() - Method in class org.gnu.jcifs.DiskImpl
 
TRANS2_CREATE_DIRECTORY - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_FIND_FIRST2 - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_FIND_NEXT2 - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_GET_DFS_REFERRAL - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_OPEN2 - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_QUERY_FILE_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_QUERY_FS_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_QUERY_PATH_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_REPORT_DFS_INCONSISTENCY - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_SESSION_SETUP - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_SET_FILE_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 
TRANS2_SET_PATH_INFORMATION - Static variable in class org.gnu.jcifs.SMBMessage
 

U

USER_PRIV_ADMIN - Static variable in class org.gnu.jcifs.CifsUserInfo
User has Administrator privilege
USER_PRIV_GUEST - Static variable in class org.gnu.jcifs.CifsUserInfo
User is guest
USER_PRIV_USER - Static variable in class org.gnu.jcifs.CifsUserInfo
User privilege
Util - class org.gnu.jcifs.util.Util.
 
Util() - Constructor for class org.gnu.jcifs.util.Util
 

W

WARNING - Static variable in class org.gnu.jcifs.util.Debug
 
windowActivated(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
windowClosed(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
windowClosing(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
windowDeactivated(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
windowDeiconified(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
windowIconified(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
windowOpened(WindowEvent) - Method in class org.gnu.jcifs.LoginDialog
 
write(byte[], int, int) - Method in class org.gnu.jcifs.FileHandle
 
write(byte[], int, int) - Method in class org.gnu.jcifs.CifsRandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class org.gnu.jcifs.CifsPrintOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[], int, int) - Method in class org.gnu.jcifs.CifsFileOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(InputStream) - Method in class org.gnu.jcifs.CifsPrintOutputStream
 
write(int) - Method in class org.gnu.jcifs.CifsPrintOutputStream
Writes the specified byte to this buffered output stream.
write(int) - Method in class org.gnu.jcifs.CifsFileOutputStream
Writes the specified byte to this buffered output stream.
write(Reader) - Method in class org.gnu.jcifs.CifsPrintOutputStream
 
writeFile(FileHandle, long, byte[], int, int) - Method in class org.gnu.jcifs.DiskImpl
 
writeFile(FileHandle, long, char[], int, int) - Method in class org.gnu.jcifs.DiskImpl
 
writePrintFile(int, byte[], int, int) - Method in class org.gnu.jcifs.PrinterImpl
 
writeTo(int, OutputStream, int) - Method in class org.gnu.jcifs.SMBMessage
Writes the buffer to output stream
writeTo(int, Writer, int) - Method in class org.gnu.jcifs.SMBMessage
 
writeTo(OutputStream, int) - Method in class org.gnu.jcifs.SMBMessage
 
writeTo(OutputStream, int) - Method in interface org.gnu.jcifs.NBTOutput
 
writeTo(Writer, int) - Method in class org.gnu.jcifs.SMBMessage
 

Z

zero(byte[], int, int) - Static method in class org.gnu.jcifs.util.Util
 
zero(int) - Method in class org.gnu.jcifs.MarshalBuffer
 
zero(int, int) - Method in class org.gnu.jcifs.SMBMessage
 

< A B C D E F G H I K L M N O P R S T U W Z