java.lang.Object
mslinks.LinkInfo
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CNRLink
private String
private LinkInfoFlags
private String
private VolumeID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates CommonNetworkRelativeLink and CommonPathSuffix that is empty stringCreates VolumeID and LocalBasePath that is empty stringvoid
serialize
(ByteWriter bw) Set CommonPathSuffix and creates new CommonNetworkRelativeLink (if it not exists) If s is null takes no effectSet LocalBasePath and creates new VolumeID (if it not exists) If s is null takes no effectprivate byte[]
-
Field Details
-
lif
-
vid
-
localBasePath
-
cnrlink
-
commonPathSuffix
-
-
Constructor Details
-
LinkInfo
public LinkInfo() -
LinkInfo
- Throws:
IOException
ShellLinkException
-
-
Method Details
-
serialize
- Specified by:
serialize
in interfaceSerializable
- Throws:
IOException
-
toByteArray
- Throws:
IOException
-
getVolumeID
-
createVolumeID
Creates VolumeID and LocalBasePath that is empty string -
getLocalBasePath
-
setLocalBasePath
Set LocalBasePath and creates new VolumeID (if it not exists) If s is null takes no effect -
getCommonNetworkRelativeLink
-
createCommonNetworkRelativeLink
Creates CommonNetworkRelativeLink and CommonPathSuffix that is empty string -
getCommonPathSuffix
-
setCommonPathSuffix
Set CommonPathSuffix and creates new CommonNetworkRelativeLink (if it not exists) If s is null takes no effect
-