Uses of Class
org.jruby.util.ResourceException
Packages that use ResourceException
-
Uses of ResourceException in org.jruby.util
Subclasses of ResourceException in org.jruby.utilModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Deprecated.static class
static class
static class
Methods in org.jruby.util that throw ResourceExceptionModifier and TypeMethodDescriptiondefault InputStream
FileResource.inputStream()
Deprecated.Opens a new input stream to read the contents of a resource and returns it.default Channel
FileResource.openChannel
(ModeFlags flags, int perm) Deprecated.useFileResource.openChannel(int, int)
instead