| Interface | Description |
|---|---|
| IOEncodable |
Represents an IO encodable object.
|
| OpenFile.Finalizer | |
| Stream |
| Class | Description |
|---|---|
| BlockingIO |
A Utility class to emulate blocking I/O operations on non-blocking channels.
|
| BlockingIO.Condition | |
| ChannelDescriptor |
ChannelDescriptor provides an abstraction similar to the concept of a
"file descriptor" on any POSIX system.
|
| ChannelStream |
This file implements a seekable IO file.
|
| CRLFStreamWrapper |
Wrapper around Stream that packs and unpacks LF <=> CRLF.
|
| EncodingUtils | |
| FileExistsException | Deprecated |
| IOEncodable.ConvConfig | |
| IOOptions |
Represents a combination of stream-opening flags (ModeFlags) and encoding
settings (EncodingOption).
|
| ModeFlags |
This file represents the POSIX-like mode flags an open channel (as in a
ChannelDescriptor) can have.
|
| NullChannel | |
| OpenFile | |
| SelectBlob |
This is a reimplementation of MRI's IO#select logic.
|
| SelectorFactory | |
| SelectorPool |
This is a simple implementation of a hard-referenced java.nio.channels.Selector
pool.
|
| Sockaddr |
| Enum | Description |
|---|---|
| STDIO |
| Exception | Description |
|---|---|
| BadDescriptorException | |
| DirectoryAsFileException | Deprecated |
| InvalidValueException | |
| PermissionDeniedException | Deprecated |
| PipeException |
Copyright © 2001–2024 JRuby. All rights reserved.