Modifier and Type | Field and Description |
---|---|
pack-priv static final EmptyFileResource |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public String | |
public boolean | |
public String | |
public boolean | |
public boolean | |
public static EmptyFileResource | |
public int | |
public boolean | |
public boolean | |
public boolean | |
public boolean | |
public long | |
public long | |
public String[] | |
public FileStat | |
public Channel | |
public InputStream | openInputStream()
Implements org. Opens a new input stream to read the contents of a resource and returns it. |
public String | |
public FileStat | |
public String | |
public <T> T | unwrap(Class<T> type)
Implements org. Unwrap the resource backend (replacement for |
INSTANCE | back to summary |
---|---|
pack-priv static final EmptyFileResource INSTANCE |
EmptyFileResource | back to summary |
---|---|
pack-priv EmptyFileResource() |
absolutePath | back to summary |
---|---|
public String absolutePath() Implements org.
|
canExecute | back to summary |
---|---|
public boolean canExecute() Implements org.
|
canonicalPath | back to summary |
---|---|
public String canonicalPath() Implements org.
|
canRead | back to summary |
---|---|
public boolean canRead() Implements org.
|
canWrite | back to summary |
---|---|
public boolean canWrite() Implements org.
|
create | back to summary |
---|---|
public static EmptyFileResource create(String pathname) |
errno | back to summary |
---|---|
public int errno() Implements org.
|
exists | back to summary |
---|---|
public boolean exists() Implements org.
|
isDirectory | back to summary |
---|---|
public boolean isDirectory() Implements org.
|
isFile | back to summary |
---|---|
public boolean isFile() Implements org.
|
isSymLink | back to summary |
---|---|
public boolean isSymLink() Implements org.
|
lastModified | back to summary |
---|---|
public long lastModified() Implements org.
|
length | back to summary |
---|---|
public long length() Implements org.
|
list | back to summary |
---|---|
public String[] list() Implements org.
|
lstat | back to summary |
---|---|
public FileStat lstat() Implements org.
|
openChannel | back to summary |
---|---|
public Channel openChannel(int flags, int perm) throws IOException Implements org.
|
openInputStream | back to summary |
---|---|
public InputStream openInputStream() throws IOException Implements org. Doc from org. Opens a new input stream to read the contents of a resource and returns it. Note that implementations may be allocating native memory for the stream, so callers need to close this when they are done with it. users of this method should follow the pattern: close the stream where you open it.
|
path | back to summary |
---|---|
public String path() Implements org.
|
stat | back to summary |
---|---|
public FileStat stat() Implements org.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
unwrap | back to summary |
---|---|
public <T> T unwrap(Class<T> type) throws UnsupportedOperationException Implements org. Doc from org. Unwrap the resource backend (replacement for
|