Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.fu
Class FuFileFtp  view FuFileFtp download FuFileFtp.java

java.lang.Object
  extended byjava.io.File
      extended bycom.memoire.fu.FuFile
          extended bycom.memoire.fu.FuFileUrl
              extended bycom.memoire.fu.FuFileFtp
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class FuFileFtp
extends FuFileUrl

Remote ftp file.


Field Summary
 
Fields inherited from class com.memoire.fu.FuFileUrl
canRead_, canWrite_, exists_, init_, lastModified_, length_, list_, name_, url_
 
Fields inherited from class com.memoire.fu.FuFile
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Fields inherited from class java.io.File
 
Constructor Summary
FuFileFtp(java.net.URL _url)
           
FuFileFtp(java.net.URL _a, java.lang.String _n)
           
 
Method Summary
protected  java.util.Vector readList(java.io.BufferedReader _nr)
           
 
Methods inherited from class com.memoire.fu.FuFileUrl
canRead, canWrite, createChild, createNewFile, delete, deleteOnExit, equals, exists, getAbsolutePath, getCanonicalPath, getContentURL, getInputStream, getName, getOutputStream, getParent, getPath, getViewText, hashCode, init, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, listFiles, mkdir, mkdirs, renameTo, setLastModified, setName, setReadOnly, toString, toURL
 
Methods inherited from class com.memoire.fu.FuFile
convertToFuFile, createFile, createFile, ensureFuFile, getAbsoluteFile, getAbsoluteFuFile, getCanonicalFile, getCanonicalFuFile, getParentFile, getParentFuFile
 
Methods inherited from class java.io.File
compareTo, compareTo, createTempFile, createTempFile, list, listFiles, listFiles, listRoots, toURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FuFileFtp

public FuFileFtp(java.net.URL _a,
                 java.lang.String _n)
          throws java.net.MalformedURLException

FuFileFtp

public FuFileFtp(java.net.URL _url)
Method Detail

readList

protected java.util.Vector readList(java.io.BufferedReader _nr)
                             throws java.io.IOException
Overrides:
readList in class FuFileUrl