|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.vfs.remote.RemoteFilesystem
public class RemoteFilesystem
Remote filesystem with included cache.
| Constructor Summary | |
|---|---|
RemoteFilesystem(java.lang.String url,
Path dbDirectory,
java.lang.String tableName)
|
|
| Method Summary | |
|---|---|
void |
close()
|
protected com.caucho.vfs.remote.RemoteFilesystem.RemoteConnection |
getRemoteConnection()
|
Stat |
getRemoteStat(java.lang.String file,
Stat stat)
Returns the file's stats |
Stat |
getStat(java.lang.String file)
Returns the file's stats |
java.lang.String[] |
list(java.lang.String file)
Returns the directory list |
java.io.InputStream |
read(java.lang.String file)
Reads a file |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteFilesystem(java.lang.String url,
Path dbDirectory,
java.lang.String tableName)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public Stat getStat(java.lang.String file)
throws java.io.IOException
java.io.IOException
public java.lang.String[] list(java.lang.String file)
throws java.io.IOException
java.io.IOException
public java.io.InputStream read(java.lang.String file)
throws java.io.IOException
java.io.IOException
public Stat getRemoteStat(java.lang.String file,
Stat stat)
throws java.io.IOException
java.io.IOException
protected com.caucho.vfs.remote.RemoteFilesystem.RemoteConnection getRemoteConnection()
throws java.io.IOException
java.io.IOExceptionpublic void close()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||