public class FileSystemRemoteFile extends AbstractRemoteFile
Constructor and Description |
---|
FileSystemRemoteFile(File inFile) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
String |
getName() |
String |
getPath() |
String |
getRequestedPath()
The requested path may differ from getPath() if the requested path was a symbolic link.
|
long |
getSize() |
Calendar |
getTimestamp() |
String |
getURL() |
FileSystemRemoteFile |
setRequestedPath(String inValue) |
copyLocallyPreservingPath, toString, writeToLocalDir, writeToLocalFile, writeToStream
public FileSystemRemoteFile(File inFile)
public FileSystemRemoteFile setRequestedPath(String inValue)
public String getRequestedPath()
RemoteFile
public long getSize()
public Calendar getTimestamp()
public InputStream getInputStream() throws IOException
IOException
jataylor@hairyfatguy.com