public class SymLink extends Object
Contains the details of a symlink reparse point.
Modifier and Type | Field and Description |
---|---|
static int |
StringOffset |
Constructor and Description |
---|
SymLink(DataBuffer dataBuf)
Class constructor
|
SymLink(String substName,
String printName)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getPrintName()
Return the print name
|
String |
getSubstituteName()
Return the substitute name
|
void |
parseDataBuffer(DataBuffer symlinkBuf)
Parse a symlink reparse point structure to get the symlink details
|
String |
toString()
Return the symlink details as a string
|
public static final int StringOffset
public SymLink(DataBuffer dataBuf)
dataBuf
- DataBufferpublic final String getSubstituteName()
public final String getPrintName()
public final void parseDataBuffer(DataBuffer symlinkBuf)
symlinkBuf
- DataBufferCopyright © 2005–2017 Alfresco Software. All rights reserved.