gpl.fredy.io
Class FileInfo
java.lang.Object
gpl.fredy.io.FileInfo
public class FileInfo
- extends java.lang.Object
Constructor Summary |
FileInfo(java.lang.String file,
java.lang.String m)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR
public static int ERROR
DIRECTORY
public static int DIRECTORY
FILE
public static int FILE
BINARY
public static int BINARY
FileInfo
public FileInfo(java.lang.String file,
java.lang.String m)
setFile
public void setFile(java.lang.String file)
getName
public java.lang.String getName()
getPath
public java.lang.String getPath()
isReadable
public boolean isReadable()
isWriteable
public boolean isWriteable()
getTyp
public int getTyp()
getTime
public long getTime()
getSize
public long getSize()
getHashCode
public int getHashCode()
setCheckMethode
public void setCheckMethode(java.lang.String s)
getCheckSum
public java.lang.String getCheckSum()
main
public static void main(java.lang.String[] args)