public class RemoteFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dir |
protected boolean |
isDirectory |
protected long |
length |
protected java.lang.String |
name |
protected long |
timestamp |
Constructor and Description |
---|
RemoteFile(java.lang.String dir,
java.lang.String name,
boolean isDirectory,
long length,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDir() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
boolean |
isDirectory() |
long |
lastModified() |
long |
length() |
protected java.lang.String name
protected java.lang.String dir
protected long length
protected long timestamp
protected boolean isDirectory
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.