Package | Description |
---|---|
org.jruby.util |
Modifier and Type | Class and Description |
---|---|
static class |
ResourceException.FileExists |
static class |
ResourceException.FileIsDirectory |
static class |
ResourceException.InvalidArguments |
static class |
ResourceException.IOError |
static class |
ResourceException.NotFound |
static class |
ResourceException.PermissionDenied |
static class |
ResourceException.TooManySymlinks |
Modifier and Type | Method and Description |
---|---|
InputStream |
FileResource.inputStream()
Opens a new input stream to read the contents of a resource and returns it.
|
InputStream |
EmptyFileResource.inputStream() |
Channel |
URLResource.openChannel(ModeFlags flags,
int perm) |
Channel |
FileResource.openChannel(ModeFlags flags,
int perm) |
Channel |
EmptyFileResource.openChannel(ModeFlags flags,
int perm) |
Copyright © 2001-2015 JRuby. All Rights Reserved.