Uses of Class
mslinks.ShellLinkException
-
Packages that use ShellLinkException Package Description mslinks mslinks.data mslinks.extra -
-
Uses of ShellLinkException in mslinks
Subclasses of ShellLinkException in mslinks Modifier and Type Class Description class
UnsupportedCLSIDException
Methods in mslinks that throw ShellLinkException Modifier and Type Method Description private void
ShellLink. parse(ByteReader data)
ShellLinkHeader
ShellLinkHeader. setShowCommand(int n)
Constructors in mslinks that throw ShellLinkException Constructor Description LinkInfo(ByteReader data)
LinkTargetIDList(ByteReader data)
ShellLink(java.io.File file)
ShellLink(java.io.InputStream in)
ShellLink(java.lang.String file)
ShellLink(java.nio.file.Path file)
ShellLinkHeader(ByteReader data)
-
Uses of ShellLinkException in mslinks.data
Methods in mslinks.data that throw ShellLinkException Modifier and Type Method Description private void
CNRLink. checkNptype(int type)
VolumeID
VolumeID. setDriveType(int n)
ItemID
ItemID. setName(java.lang.String s)
CNRLink
CNRLink. setNetworkType(int n)
pass zero to switch off network typeItemID
ItemID. setSize(int s)
ItemID
ItemID. setType(int t)
Constructors in mslinks.data that throw ShellLinkException Constructor Description CNRLink(ByteReader data)
ItemID(ByteReader br, int maxSize)
VolumeID(ByteReader data)
-
Uses of ShellLinkException in mslinks.extra
Methods in mslinks.extra that throw ShellLinkException Modifier and Type Method Description Tracker
Tracker. setNetbiosName(java.lang.String s)
Constructors in mslinks.extra that throw ShellLinkException Constructor Description ConsoleData(ByteReader br, int sz)
ConsoleFEData(ByteReader br, int sz)
EnvironmentVariable(ByteReader br, int sz)
Tracker(ByteReader br, int sz)
VistaIDList(ByteReader br, int size)
-