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

Quick Search    Search Deep

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

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

public class FuFileHttp
extends FuFileUrl

Remote http 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
FuFileHttp(java.net.URL _url)
           
FuFileHttp(java.net.URL _a, java.lang.String _n)
           
 
Method Summary
 java.net.URL getContentURL()
           
 boolean mkdir()
          This method creates a directory for the path represented by this object.
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, getInputStream, getName, getOutputStream, getParent, getPath, getViewText, hashCode, init, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, listFiles, 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

FuFileHttp

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

FuFileHttp

public FuFileHttp(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

getContentURL

public java.net.URL getContentURL()
Overrides:
getContentURL in class FuFileUrl

mkdir

public final boolean mkdir()
Description copied from class: java.io.File
This method creates a directory for the path represented by this object.

Overrides:
mkdir in class FuFileUrl