java.io.File
and java.util.zip.ZipEntry
.
Modifier and Type | Method and Description |
---|---|
public String | |
public boolean | |
public String | |
public boolean | |
public boolean | |
public int | |
public boolean | |
public default JRubyFile | |
public default InputStream | Returns: just opened InputStream
Deprecated
Opens a new input stream to read the contents of a resource and returns it.
|
public boolean | |
public boolean | |
public default boolean | |
public boolean | |
public long | |
public long | |
public String[] | |
public FileStat | |
public default Channel | |
public Channel | |
public InputStream | Returns: InputStreamOpens a new input stream to read the contents of a resource and returns it. |
public String | |
public FileStat | |
public <T> T | Returns: backend if supportedUnwrap the resource backend (replacement for |
public static FileResource |
absolutePath | back to summary |
---|---|
public String absolutePath() |
canExecute | back to summary |
---|---|
public boolean canExecute() |
canonicalPath | back to summary |
---|---|
public String canonicalPath() |
canRead | back to summary |
---|---|
public boolean canRead() |
canWrite | back to summary |
---|---|
public boolean canWrite() |
errno | back to summary |
---|---|
public int errno() |
exists | back to summary |
---|---|
public boolean exists() |
hackyGetJRubyFile | back to summary |
---|---|
public default JRubyFile hackyGetJRubyFile()
Deprecated
|
inputStream | back to summary |
---|---|
public default InputStream inputStream() throws ResourceException
Deprecated 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.
|
isDirectory | back to summary |
---|---|
public boolean isDirectory() |
isFile | back to summary |
---|---|
public boolean isFile() |
isNull | back to summary |
---|---|
public default boolean isNull()
|
isSymLink | back to summary |
---|---|
public boolean isSymLink() |
lastModified | back to summary |
---|---|
public long lastModified() |
length | back to summary |
---|---|
public long length() |
list | back to summary |
---|---|
public String[] list()
|
lstat | back to summary |
---|---|
public FileStat lstat() |
openChannel | back to summary |
---|---|
public default Channel openChannel(ModeFlags flags, int perm) throws ResourceException
Deprecated use
|
openChannel | back to summary |
---|---|
public Channel openChannel(int flags, int perm) throws IOException |
openInputStream | back to summary |
---|---|
public InputStream openInputStream() throws IOException 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() |
stat | back to summary |
---|---|
public FileStat stat() |
unwrap | back to summary |
---|---|
public <T> T unwrap(Class<T> type) throws UnsupportedOperationException Unwrap the resource backend (replacement for
|
wrap | back to summary |
---|---|
public static FileResource wrap(POSIX posix, JRubyFile file) |