All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- AccessMode(int).
Static method in class com.starla.lite.SMBAccessMode
- Return the file access mode from the specified flags value.
- Archive.
Static variable in class com.starla.lite.SMBFileAttribute
- File has been archived/backed up
- asString(int).
Static method in class com.starla.lite.SMBDeviceType
- Convert the device type to a string
- atEndOfFile().
Method in class com.starla.lite.SMBFile
- Check if the end of file has been reached.
- Attributes.
Static variable in class com.starla.lite.SMBDiskSession
- Set the file attributes, via the setFileInformation () method
- Available().
Method in class com.starla.lite.SMBFile
- Return the number of bytes that are available for reading without blocking
the input stream.
- available().
Method in class com.starla.lite.SMBInputStream
- Return the number of bytes that can be read from this input stream
without blocking.
- Close().
Method in class com.starla.lite.SMBCoreFile
- Close the remote file.
- Close().
Method in class com.starla.lite.SMBFile
- Close the remote file.
- close().
Method in class com.starla.lite.SMBInputStream
- Close the input stream and release any system resources associated with
the stream.
- close().
Method in class com.starla.lite.SMBOutputStream
- Close this output stream and release any system resources associated with
the stream.
- Closed.
Static variable in class com.starla.lite.SMBFile
-
- CloseSession().
Method in class com.starla.lite.SMBCoreDiskSession
- Close this connection with the remote server share.
- CloseSession().
Method in class com.starla.lite.SMBDiskSession
- Close this connection with the remote server share.
- CloseSession().
Method in class com.starla.lite.SMBSession
- Close this connection with the remote server.
- Comm.
Static variable in class com.starla.lite.SMBDeviceType
- Remote communications device share
- Compatability.
Static variable in class com.starla.lite.SMBAccessMode
- Compatability sharing mode
- CreateDirectory(String).
Method in class com.starla.lite.SMBCoreDiskSession
- Createa new directory on the remote file server.
- CreateDirectory(String).
Method in class com.starla.lite.SMBDiskSession
- Createa new directory on the remote file server.
- DBGDumpPacket.
Static variable in class com.starla.lite.SMBSession
- Debug option to enable dump of tx/rx packets
- DBGHexDump.
Static variable in class com.starla.lite.SMBSession
- Debug option to hex dump packet data
- DBGPacketType.
Static variable in class com.starla.lite.SMBSession
- Debug option to dump tx/rx packet type
- DEFAULT_BUFSIZE.
Static variable in class com.starla.lite.SMBSession
- Default SMB packet size to allocate
- DefaultEntryCount.
Static variable in class com.starla.lite.SMBPrintSession
- Default number of print queue entries to return
- DeleteDirectory(String).
Method in class com.starla.lite.SMBCoreDiskSession
- Delete the specified directory on the remote file server.
- DeleteDirectory(String).
Method in class com.starla.lite.SMBDiskSession
- Delete the specified directory on the remote file server.
- DeleteFile(String).
Method in class com.starla.lite.SMBDiskSession
- Delete the specified file on the remote file server.
- DeleteFile(String, int).
Method in class com.starla.lite.SMBCoreDiskSession
- This method was created in VisualAge.
- DeleteFile(String, int).
Method in class com.starla.lite.SMBDiskSession
- Delete the specified file on the remote file server.
- DenyNone.
Static variable in class com.starla.lite.SMBAccessMode
- Deny none sharing mode
- DenyRead.
Static variable in class com.starla.lite.SMBAccessMode
- Deny read access sharing mode
- DenyWrite.
Static variable in class com.starla.lite.SMBAccessMode
- Deny write access sharing mode
- DialectString(int).
Static method in class com.starla.lite.SMBDialect
- Return the required SMB dialect string.
- DialectType(int).
Static method in class com.starla.lite.SMBDialect
- Return the SMB dialect type for the specified SMB dialect string index.
- DialectTypeString(int).
Static method in class com.starla.lite.SMBDialect
- Return the dialect type as a string.
- Directory.
Static variable in class com.starla.lite.SMBFileAttribute
- Directory
- Disk.
Static variable in class com.starla.lite.SMBDeviceType
- Remote disk share
- DOSAccessDenied.
Static variable in class com.starla.lite.SMBStatus
-
- DOSDeleteSrvDir.
Static variable in class com.starla.lite.SMBStatus
-
- DOSDirectoryInvalid.
Static variable in class com.starla.lite.SMBStatus
-
- DOSFileAlreadyExists.
Static variable in class com.starla.lite.SMBStatus
-
- DOSFileNotFound.
Static variable in class com.starla.lite.SMBStatus
-
- DOSFileSharingConflict.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInsufficientMem.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidAddress.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidData.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidDrive.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidEnv.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidFormat.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidFunc.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidHandle.
Static variable in class com.starla.lite.SMBStatus
-
- DOSInvalidOpenMode.
Static variable in class com.starla.lite.SMBStatus
-
- DOSLockConflict.
Static variable in class com.starla.lite.SMBStatus
-
- DOSMemCtrlBlkDestoyed.
Static variable in class com.starla.lite.SMBStatus
-
- DOSNoMoreFiles.
Static variable in class com.starla.lite.SMBStatus
-
- DOSNotSameDevice.
Static variable in class com.starla.lite.SMBStatus
-
- DOSTooManyOpenFiles.
Static variable in class com.starla.lite.SMBStatus
-
- EndOfFile.
Static variable in class com.starla.lite.SMBFile
- Various file state flags.
- ErrCmd.
Static variable in class com.starla.lite.SMBStatus
- Invalid SMB command error class
- ErrDos.
Static variable in class com.starla.lite.SMBStatus
- DOS error class
- ErrHrd.
Static variable in class com.starla.lite.SMBStatus
- Hardware error class
- ErrorString(int, int).
Static method in class com.starla.lite.SMBErrorText
- Return the error string associated with the SMB error class/code
- ErrSrv.
Static variable in class com.starla.lite.SMBStatus
- Server error class
- Exclusive.
Static variable in class com.starla.lite.SMBAccessMode
- Exclusive access, no sharing
- Execute.
Static variable in class com.starla.lite.SMBAccessMode
- Execute file access
- File().
Method in class com.starla.lite.SMBInputStream
- Return a reference to the associated SMBFile object.
- File().
Method in class com.starla.lite.SMBOutputStream
- Return a reference to the associated SMBFile object.
- FileExists(String).
Method in class com.starla.lite.SMBDiskSession
- Check if a file exists on the remote file server.
- Flush().
Method in class com.starla.lite.SMBCoreFile
- Flush data to the remote file.
- Flush().
Method in class com.starla.lite.SMBFile
- Flush any buffered data for this file.
- flush().
Method in class com.starla.lite.SMBOutputStream
- Flush this output stream, force any buffered data to be written out.
- getBlockSize().
Method in class com.starla.lite.SMBDiskInfo
- Get the block size, in bytes.
- getBlocksPerAllocationUnit().
Method in class com.starla.lite.SMBDiskInfo
- Get the number of blocks per allocation unit.
- getDateTime().
Method in class com.starla.lite.SMBFileInfo
- Get the files date/time of last write
- getDeviceType().
Method in class com.starla.lite.SMBSession
- Get the device type that this session is connected to.
- getDialect().
Method in class com.starla.lite.SMBSession
- Get the SMB dialect property
- getDiskFreeSizeKb().
Method in class com.starla.lite.SMBDiskInfo
- Get the disk free space in kilobytes.
- getDiskFreeSizeMb().
Method in class com.starla.lite.SMBDiskInfo
- Get the disk free space in megabytes.
- getDiskInformation().
Method in class com.starla.lite.SMBCoreDiskSession
- Get disk information for this remote disk.
- getDiskInformation().
Method in class com.starla.lite.SMBDiskSession
- Get disk information for this remote disk.
- getDiskSizeKb().
Method in class com.starla.lite.SMBDiskInfo
- Get the disk size in kilobytes.
- getDiskSizeMb().
Method in class com.starla.lite.SMBDiskInfo
- Get the disk size in megabytes.
- getDomain().
Method in class com.starla.lite.SMBSession
- Get the servers primary domain name
- getErrorClass().
Method in class com.starla.lite.SMBException
- Return the error class for this SMB exception.
- getErrorCode().
Method in class com.starla.lite.SMBException
- Return the error code for this SMB exception
- getErrorText().
Method in class com.starla.lite.SMBException
- Return the error text for the SMB exception
- getFileInformation(String).
Method in class com.starla.lite.SMBCoreDiskSession
- Get file information for the specified file.
- getFileInformation(String).
Method in class com.starla.lite.SMBDiskSession
- Get file information for the specified file.
- getFileName().
Method in class com.starla.lite.PCShare
- Get the remote file name string.
- getFileName().
Method in class com.starla.lite.SMBFile
- Get the file name string.
- getFileName().
Method in class com.starla.lite.SMBFileInfo
- Get the file name string
- getFilePath().
Method in class com.starla.lite.SMBFile
- Get the file path string.
- getFileSize().
Method in class com.starla.lite.SMBFile
- Get the file size, in bytes.
- getFreeUnits().
Method in class com.starla.lite.SMBDiskInfo
- Get the number of free units on this share.
- getLANManagerType().
Method in class com.starla.lite.SMBSession
- Get the servers LAN manager type
- getMaximumPacketSize().
Method in class com.starla.lite.SMBSession
- Get the maximum packet size allowed for this session
- getNetworkPath().
Method in class com.starla.lite.PCShare
- Return the full UNC path for this PC share object.
- getNodeName().
Method in class com.starla.lite.PCShare
- Get the remote node name string.
- getNodeName().
Method in class com.starla.lite.SMBDiskInfo
- Get the node name.
- getOperatingSystem().
Method in class com.starla.lite.SMBSession
- Get the servers operating system type
- getPassword().
Method in class com.starla.lite.PCShare
- Get the remote password required to access the remote share.
- getPassword().
Method in class com.starla.lite.SMBSession
- Get the remote share password string
- getPath().
Method in class com.starla.lite.PCShare
- Get the share relative path string.
- getPath().
Method in class com.starla.lite.SMBFileInfo
- Get the file path string.
- getRelativePath().
Method in class com.starla.lite.PCShare
- Return the share relative path for this PC share object.
- getServer().
Method in class com.starla.lite.SMBSession
- Get the remote server name
- getSessionId().
Method in class com.starla.lite.SMBSession
- Get the session identifier property
- getShareName().
Method in class com.starla.lite.PCShare
- Get the remote share name string.
- getShareName().
Method in class com.starla.lite.SMBDiskInfo
- Get the share name.
- getShareName().
Method in class com.starla.lite.SMBSession
- Get the remote share name
- getSize().
Method in class com.starla.lite.SMBFileInfo
- Get the file size, in bytes.
- getTotalUnits().
Method in class com.starla.lite.SMBDiskInfo
- Get the total number of allocation units.
- getUserId().
Method in class com.starla.lite.SMBSession
- Return the assigned use id for this SMB session
- getUserName().
Method in class com.starla.lite.PCShare
- Get the remote user name string.
- getUserName().
Method in class com.starla.lite.SMBSession
- Get the remote share user name string
- getWorkingDirectory().
Method in class com.starla.lite.SMBDiskSession
- Get the current working directory, relative to the share that is being
accessed.
- GraphicsMode.
Static variable in class com.starla.lite.SMBPrintSession
-
- hasDebugOption(int).
Static method in class com.starla.lite.SMBSession
- Determine if the specified debugging option is enabled
- hasSessionDebug().
Static method in class com.starla.lite.SMBSessionFactory
- Determine if SMB session debugging is enabled.
- Hidden.
Static variable in class com.starla.lite.SMBFileAttribute
- File is hidden
- HRDBadRequestLength.
Static variable in class com.starla.lite.SMBStatus
-
- HRDDataError.
Static variable in class com.starla.lite.SMBStatus
-
- HRDDriveNotReady.
Static variable in class com.starla.lite.SMBStatus
-
- HRDGeneralFailure.
Static variable in class com.starla.lite.SMBStatus
-
- HRDLockConflict.
Static variable in class com.starla.lite.SMBStatus
-
- HRDNoFCBsAvailable.
Static variable in class com.starla.lite.SMBStatus
-
- HRDOpenConflict.
Static variable in class com.starla.lite.SMBStatus
-
- HRDPrinterOutOfPaper.
Static variable in class com.starla.lite.SMBStatus
-
- HRDReadFault.
Static variable in class com.starla.lite.SMBStatus
-
- HRDSectorNotFound.
Static variable in class com.starla.lite.SMBStatus
-
- HRDSeekError.
Static variable in class com.starla.lite.SMBStatus
-
- HRDSharingBufferOverrun.
Static variable in class com.starla.lite.SMBStatus
-
- HRDUnknownCommand.
Static variable in class com.starla.lite.SMBStatus
-
- HRDUnknownMediaType.
Static variable in class com.starla.lite.SMBStatus
-
- HRDUnknownUnit.
Static variable in class com.starla.lite.SMBStatus
-
- HRDWriteFault.
Static variable in class com.starla.lite.SMBStatus
-
- HRDWriteProtected.
Static variable in class com.starla.lite.SMBStatus
-
- HRDWrongDiskInDrive.
Static variable in class com.starla.lite.SMBStatus
-
- InvalidUNCPathException().
Constructor for class com.starla.lite.InvalidUNCPathException
- Default invalid UNC path exception constructor.
- InvalidUNCPathException(String).
Constructor for class com.starla.lite.InvalidUNCPathException
- Invalid UNC path exception constructor, with additional details string.
- isActive().
Method in class com.starla.lite.SMBSession
- Determine if the session is valid, ie.
- isClosed().
Method in class com.starla.lite.SMBDiskSession
- Detemine if the disk session has been closed.
- isClosed().
Method in class com.starla.lite.SMBFile
- Check if the file has been closed.
- isDebug().
Static method in class com.starla.lite.SMBSession
- Determine if SMB session debugging is enabled
- isDirectory().
Method in class com.starla.lite.SMBFile
-
- isDirectory().
Method in class com.starla.lite.SMBFileInfo
- Return the directory file attribute status.
- isDirectory(String).
Method in class com.starla.lite.SMBCoreDiskSession
- Check if the specified file name is a directory.
- isDirectory(String).
Method in class com.starla.lite.SMBDiskSession
- Check if the specified file name is a directory.
- isHidden().
Method in class com.starla.lite.SMBFile
-
- isHidden().
Method in class com.starla.lite.SMBFileInfo
- Return the hidden file attribute status.
- isReadOnly().
Method in class com.starla.lite.SMBFile
- Return the file attribute bit states.
- isReadOnly().
Method in class com.starla.lite.SMBFileInfo
- Return the read-only file attribute status.
- isSystem().
Method in class com.starla.lite.SMBFile
-
- isSystem().
Method in class com.starla.lite.SMBFileInfo
- Return the system file attribute status.
- isVersion().
Static method in class com.starla.lite.SMBSessionFactory
- Return a version string for this software release
- makePath(String, String).
Static method in class com.starla.lite.PCShare
- Build a share relative path using the supplied working directory and
file name.
- nextFileInfo().
Method in interface com.starla.lite.SMBSearchContext
- Return the next file in this search as an SMB file information object.
- nextFileName().
Method in interface com.starla.lite.SMBSearchContext
- Return the next file name in this search.
- NoCaching.
Static variable in class com.starla.lite.SMBAccessMode
- Caching mode
- Normal.
Static variable in class com.starla.lite.SMBFileAttribute
- Normal file type
- NumberOfDialects().
Static method in class com.starla.lite.SMBDialect
- Return the number of available SMB dialect strings.
- OpenDisk(PCShare).
Static method in class com.starla.lite.SMBSessionFactory
- Open a connection to a remote file server disk share.
- OpenFile(String, int).
Method in class com.starla.lite.SMBCoreDiskSession
- Open a file on the remote file server.
- OpenFile(String, int).
Method in class com.starla.lite.SMBDiskSession
- Open a file on the remote file server.
- OpenInputStream(String, int).
Method in class com.starla.lite.SMBDiskSession
- Open a file as an input stream.
- OpenOutputStream(String, int).
Method in class com.starla.lite.SMBDiskSession
- Open a file as an output stream.
- OpenPrinter(PCShare).
Static method in class com.starla.lite.SMBSessionFactory
- Open a connection to a remote print server
- OpenSpoolFile(String, int, int).
Method in class com.starla.lite.SMBCorePrintSession
- Open a spool file on the remote print server.
- OpenSpoolFile(String, int, int).
Method in class com.starla.lite.SMBPrintSession
- Open a spool file on the remote print server.
- OpenSpoolStream(String, int, int).
Method in class com.starla.lite.SMBPrintSession
- Open a spool file as an output stream.
- PCShare().
Constructor for class com.starla.lite.PCShare
- Construct an empty PCShare object.
- PCShare(String).
Constructor for class com.starla.lite.PCShare
- Construct a PCShare using the supplied UNC path.
- PCShare(String, String, String, String).
Constructor for class com.starla.lite.PCShare
- Construct a PCShare using the specified remote server and access control
details.
- Pipe.
Static variable in class com.starla.lite.SMBDeviceType
- Remote interprocess communication/pipe share
- print(String).
Static method in class com.starla.lite.SMBSession
- Output a string to the session debug stream
- Printer.
Static variable in class com.starla.lite.SMBDeviceType
- Remote printer share
- println().
Static method in class com.starla.lite.SMBSession
- Output a newline to the session debug stream
- println(String).
Static method in class com.starla.lite.SMBSession
- Output a string to the session debug stream
- RawRead.
Static variable in class com.starla.lite.SMBSession
- Various session status flags
- RawWrite.
Static variable in class com.starla.lite.SMBSession
-
- read().
Method in class com.starla.lite.SMBInputStream
- Read a byte of data from the input stream.
- Read(byte[], int, int).
Method in class com.starla.lite.SMBCoreFile
- Read a block of data from the file.
- Read(byte[], int, int).
Method in class com.starla.lite.SMBFile
- Read a block of data from the file.
- read(byte[], int, int).
Method in class com.starla.lite.SMBInputStream
- Read a block of bytes from the input stream.
- ReadOnly.
Static variable in class com.starla.lite.SMBAccessMode
- Read-only file access
- ReadOnly.
Static variable in class com.starla.lite.SMBFileAttribute
- File is read-only
- ReadWrite.
Static variable in class com.starla.lite.SMBAccessMode
- Read/write file access
- RenameFile(String, String).
Method in class com.starla.lite.SMBDiskSession
- Rename a file, or set of files, on the remote file server.
- RenameFile(String, String, int).
Method in class com.starla.lite.SMBCoreDiskSession
- Rename a file, or set of files, on the remote file server.
- RenameFile(String, String, int).
Method in class com.starla.lite.SMBDiskSession
- Rename a file, or set of files, on the remote file server.
- setDebug(int).
Static method in class com.starla.lite.SMBSession
- Enable/disable SMB session debugging
- setFileInformation(String, SMBFileInfo, int).
Method in class com.starla.lite.SMBCoreDiskSession
- Set file information for the specified file.
- setFileInformation(String, SMBFileInfo, int).
Method in class com.starla.lite.SMBDiskSession
- Set file information for the specified file.
- setFileName(String).
Method in class com.starla.lite.PCShare
- Set the remote file name string.
- setNetworkPath(String).
Method in class com.starla.lite.PCShare
- Set the PC share from the supplied UNC path string.
- setNodeName(String).
Method in class com.starla.lite.PCShare
- Set the remote node name string.
- setPassword(String).
Method in class com.starla.lite.PCShare
- Set the remote password string.
- setPath(String).
Method in class com.starla.lite.PCShare
- Set the share relative path string.
- setSessionDebug(boolean).
Static method in class com.starla.lite.SMBSessionFactory
- Enable/disable SMB session debugging.
- setShareName(String).
Method in class com.starla.lite.PCShare
- Set the remote share name string.
- setUserName(String).
Method in class com.starla.lite.PCShare
- Set the remote user name string.
- setWorkingDirectory(String).
Method in class com.starla.lite.SMBDiskSession
- Set the current working directory, relative to the share that is being
accessed.
- SharingMode(int).
Static method in class com.starla.lite.SMBAccessMode
- Return the file sharing mode from the specified flags value.
- skip(int).
Method in class com.starla.lite.SMBInputStream
- Skip over a number of bytes in the input stream.
- SMB_PROT_CORE.
Static variable in class com.starla.lite.SMBDialect
- Core protocol dialect
- SMB_PROT_COREPLUS.
Static variable in class com.starla.lite.SMBDialect
- Core plus protocol dialect
- SMB_PROT_MAX.
Static variable in class com.starla.lite.SMBDialect
- Maximum protocol dialect index
- SMB_PROT_UNKNOWN.
Static variable in class com.starla.lite.SMBDialect
- Unknown dialect
- SMBAccessMode().
Constructor for class com.starla.lite.SMBAccessMode
-
- SMBDeviceType().
Constructor for class com.starla.lite.SMBDeviceType
-
- SMBDialect().
Constructor for class com.starla.lite.SMBDialect
-
- SMBErrorText().
Constructor for class com.starla.lite.SMBErrorText
-
- SMBException(int, int).
Constructor for class com.starla.lite.SMBException
- Construct an SMB exception with the specified error class/error code.
- SMBException(int, int, String).
Constructor for class com.starla.lite.SMBException
- Construct an SMB exception with the specified error class/error code and
additional text error message.
- SMBFileAttribute().
Constructor for class com.starla.lite.SMBFileAttribute
-
- SMBSession(PCShare, int).
Constructor for class com.starla.lite.SMBSession
- Construct an SMB session
- SMBSessionFactory().
Constructor for class com.starla.lite.SMBSessionFactory
-
- SMBStatus().
Constructor for class com.starla.lite.SMBStatus
-
- SRVBadPassword.
Static variable in class com.starla.lite.SMBStatus
-
- SRVContinueInMPXMode.
Static variable in class com.starla.lite.SMBStatus
-
- SRVEOFOnPrintQueueDump.
Static variable in class com.starla.lite.SMBStatus
-
- SRVFIDAndPathInvalid.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInternalServerError.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidAccessPerm.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidAttributeMode.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidDevice.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidNetworkName.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidPrintFID.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidTID.
Static variable in class com.starla.lite.SMBStatus
-
- SRVInvalidUID.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNoAccessRights.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNoBuffers.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNonSpecificError.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNoRAWUseMPX.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNoRAWUseStdReadWrite.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNoResourcesAvailable.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNotReceivingMessages.
Static variable in class com.starla.lite.SMBStatus
-
- SRVNotSupported.
Static variable in class com.starla.lite.SMBStatus
-
- SRVPrintQueueFullFiles.
Static variable in class com.starla.lite.SMBStatus
-
- SRVPrintQueueFullSpace.
Static variable in class com.starla.lite.SMBStatus
-
- SRVServerPaused.
Static variable in class com.starla.lite.SMBStatus
-
- SRVTimedOut.
Static variable in class com.starla.lite.SMBStatus
-
- SRVTooManyRemoteNames.
Static variable in class com.starla.lite.SMBStatus
-
- SRVTooManyUIDs.
Static variable in class com.starla.lite.SMBStatus
-
- SRVUnrecognizedCommand.
Static variable in class com.starla.lite.SMBStatus
-
- StartSearch(String, int).
Method in class com.starla.lite.SMBCoreDiskSession
- Start a search of the specified directory returning information for each
file/directory found.
- StartSearch(String, int).
Method in class com.starla.lite.SMBDiskSession
- Start a search of the specified directory returning information for each
file/directory found.
- StartSearch(String, int).
Method in interface com.starla.lite.SMBSearchContext
- Start a new search using the specified file name string and search attributes
- Success.
Static variable in class com.starla.lite.SMBStatus
- Success error class
- System.
Static variable in class com.starla.lite.SMBFileAttribute
- File is a system special file
- TextMode.
Static variable in class com.starla.lite.SMBPrintSession
- Print modes
- toString().
Method in class com.starla.lite.PCShare
- Return the PCShare object as a string
- toString().
Method in class com.starla.lite.SMBFile
- Return the SMB file as a string
- toString().
Method in class com.starla.lite.SMBFileInfo
- Return the file information as a string.
- toString().
Method in class com.starla.lite.SMBSession
- Output the session details as a string
- Unknown.
Static variable in class com.starla.lite.SMBDeviceType
- Unknown remote device type
- Volume.
Static variable in class com.starla.lite.SMBFileAttribute
- Volume label
- Write(byte[], int, int).
Method in class com.starla.lite.SMBCoreFile
- Write a block of data to the file.
- Write(byte[], int, int).
Method in class com.starla.lite.SMBFile
- Write a block of data to the file.
- write(byte[], int, int).
Method in class com.starla.lite.SMBOutputStream
- Write the specified byte array to the output stream, starting at the specified
offset within the byte array.
- write(int).
Method in class com.starla.lite.SMBOutputStream
- Write the specified byte to this output stream.
- WriteDate.
Static variable in class com.starla.lite.SMBDiskSession
- Set the file write date, via the setFileInformation () method
- WriteOnly.
Static variable in class com.starla.lite.SMBAccessMode
- Write file access
- WriteThrough.
Static variable in class com.starla.lite.SMBAccessMode
- Write through mode
- WriteTime.
Static variable in class com.starla.lite.SMBDiskSession
- Set the file write time, via the setFileInformation () method