Package | Description |
---|---|
org.jruby.util |
Modifier and Type | Class and Description |
---|---|
static class |
ResourceException.FileExists |
static class |
ResourceException.FileIsDirectory |
static class |
ResourceException.FileIsNotDirectory |
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 |
---|---|
java.io.InputStream |
FileResource.inputStream()
Opens a new input stream to read the contents of a resource and returns it.
|
java.io.InputStream |
EmptyFileResource.inputStream() |
java.nio.channels.Channel |
URLResource.openChannel(ModeFlags flags,
int perm) |
java.nio.channels.Channel |
NullDeviceResource.openChannel(ModeFlags flags,
int perm) |
java.nio.channels.Channel |
FileResource.openChannel(ModeFlags flags,
int perm) |
java.nio.channels.Channel |
EmptyFileResource.openChannel(ModeFlags flags,
int perm) |
Copyright © 2001-2018 JRuby. All Rights Reserved.