Package | Description |
---|---|
org.alfresco.jlan.client | |
org.alfresco.jlan.server.filesys | |
org.alfresco.jlan.smb | |
org.alfresco.jlan.smb.nt | |
org.alfresco.jlan.smb.server |
Modifier and Type | Method and Description |
---|---|
DataBuffer |
CIFSDiskSession.NTIOCtl(int ctrlCode,
int fid,
boolean fsctl,
byte[] data,
int dlen,
int filter)
NT I/O control
|
Modifier and Type | Method and Description |
---|---|
DataBuffer |
IOCtlInterface.processIOControl(SrvSession sess,
TreeConnection tree,
int ctrlCode,
int fid,
DataBuffer dataBuf,
boolean isFSCtrl,
int filter)
Process a filesystem I/O control request
|
Modifier and Type | Method and Description |
---|---|
DataBuffer |
IOCtlInterface.processIOControl(SrvSession sess,
TreeConnection tree,
int ctrlCode,
int fid,
DataBuffer dataBuf,
boolean isFSCtrl,
int filter)
Process a filesystem I/O control request
|
Modifier and Type | Field and Description |
---|---|
protected DataBuffer |
TransactBuffer.m_dataBuf |
protected DataBuffer |
TransactBuffer.m_paramBuf |
protected DataBuffer |
TransactBuffer.m_setupBuf |
Modifier and Type | Method and Description |
---|---|
DataBuffer |
TransactBuffer.getDataBuffer()
Return the data buffer
|
DataBuffer |
TransactBuffer.getParameterBuffer()
Return the parameter buffer
|
DataBuffer |
TransactBuffer.getSetupBuffer()
Return the setup parameter buffer
|
Modifier and Type | Method and Description |
---|---|
int |
ACE.loadACE(DataBuffer buf)
Load the access control entry from the specified buffer
|
int |
ACL.loadACL(DataBuffer buf)
Load the access control list from the specified buffer
|
int |
SecurityDescriptor.loadDescriptor(DataBuffer buf)
Load the security descriptor from the specified buffer
|
int |
SID.loadSID(DataBuffer buf,
boolean domain)
Load the SID from the specified buffer
|
void |
SymLink.parseDataBuffer(DataBuffer symlinkBuf)
Parse a symlink reparse point structure to get the symlink details
|
int |
ACE.saveACE(DataBuffer buf)
Save the access control entry to the specified buffer
|
int |
ACL.saveACL(DataBuffer buf)
Save the access control list to the specified buffer
|
int |
SecurityDescriptor.saveDescriptor(DataBuffer buf)
Save the security descriptor to the specified buffer
|
int |
SID.saveSID(DataBuffer buf)
Save the SID to the specified buffer
|
Constructor and Description |
---|
SymLink(DataBuffer dataBuf)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
static int |
QueryInfoPacker.packInfo(FileInfo info,
DataBuffer buf,
int infoLevel,
boolean uni)
Pack a file information object into the specified buffer, using the specified information
level.
|
static int |
QueryInfoPacker.packStreamFileInfo(StreamInfoList streams,
DataBuffer buf,
boolean uni)
Pack the stream information (level 0x109)
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.