uic.widgets.filechooser
Class Shortcut.WindowsShortcut

java.lang.Object
  extended by uic.widgets.filechooser.Shortcut.WindowsShortcut
Enclosing class:
Shortcut

protected static class Shortcut.WindowsShortcut
extends Object


Constructor Summary
protected Shortcut.WindowsShortcut()
           
 
Method Summary
 File getDestination(File f)
           
 boolean isShortcut(File f)
           
static int readInt(DataInputStream dis, int nrOfBytes)
           
static String readString(DataInputStream dis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shortcut.WindowsShortcut

protected Shortcut.WindowsShortcut()
Method Detail

isShortcut

public boolean isShortcut(File f)
                   throws IOException
Throws:
IOException

getDestination

public File getDestination(File f)
                    throws IOException
Throws:
IOException

readString

public static String readString(DataInputStream dis)
                         throws IOException
Throws:
IOException

readInt

public static int readInt(DataInputStream dis,
                          int nrOfBytes)
                   throws IOException
Throws:
IOException


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence