Package | Description |
---|---|
org.alfresco.jlan.client |
Modifier and Type | Class and Description |
---|---|
class |
CIFSFile
SMB CIFS file class
|
class |
CoreFile
SMB core file class
|
class |
DataPipeFile
SMB CIFS Data Pipe File Class
|
Modifier and Type | Method and Description |
---|---|
SMBFile |
CoreDiskSession.CreateFile(String fname)
Create and open a file on the remote file server.
|
SMBFile |
CIFSDiskSession.CreateFile(String fname)
Create and open a file on the remote file server.
|
abstract SMBFile |
DiskSession.CreateFile(String fname)
Create and open a file on the remote file server.
|
SMBFile |
SMBInputStream.File()
Return a reference to the associated SMBFile object.
|
SMBFile |
SMBOutputStream.File()
Return a reference to the associated SMBFile object.
|
SMBFile |
CoreDiskSession.OpenFile(String fname,
int flags)
Open a file on the remote file server.
|
SMBFile |
CIFSDiskSession.OpenFile(String fname,
int flags)
Open a file on the remote file server.
|
abstract SMBFile |
DiskSession.OpenFile(String fname,
int flags)
Open a file on the remote file server.
|
abstract SMBFile |
PrintSession.OpenSpoolFile(String id,
int mode,
int setuplen)
Open a spool file on the remote print server.
|
Modifier and Type | Method and Description |
---|---|
void |
CIFSDiskSession.refreshFileInformation(SMBFile smbFile)
Refresh the file information for an open file
|
void |
CoreDiskSession.setFileInformation(SMBFile file,
FileInfo finfo)
Set file information for the specified file, using the file id
|
void |
CIFSDiskSession.setFileInformation(SMBFile file,
FileInfo finfo)
Set file information for the specified file, using the file id
|
abstract void |
DiskSession.setFileInformation(SMBFile file,
FileInfo finfo)
Set file information for the specified file, using the file id
|
Constructor and Description |
---|
SMBInputStream(SMBFile sfile)
Construct an SMB input stream attached to the specified SMB file.
|
SMBOutputStream(SMBFile sfile)
Construct an SMB output stream attached to the specified SMB file
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.