gpl.fredy.io
Class FileInfo

java.lang.Object
  extended by gpl.fredy.io.FileInfo

public class FileInfo
extends java.lang.Object


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

Field Detail

ERROR

public static int ERROR

DIRECTORY

public static int DIRECTORY

FILE

public static int FILE

BINARY

public static int BINARY
Constructor Detail

FileInfo

public FileInfo(java.lang.String file,
                java.lang.String m)
Method Detail

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)