Package | Description |
---|---|
org.jruby | |
org.jruby.util.io |
Modifier and Type | Method and Description |
---|---|
protected Stream |
RubyIO.fdopen(ChannelDescriptor existingDescriptor,
ModeFlags modes) |
Stream |
RubyIO.getHandler()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelStream
This file implements a seekable IO file.
|
class |
CRLFStreamWrapper
Wrapper around Stream that packs and unpacks LF <=> CRLF.
|
Modifier and Type | Method and Description |
---|---|
static Stream |
ChannelStream.fdopen(Ruby runtime,
ChannelDescriptor descriptor,
ModeFlags modes) |
static Stream |
ChannelStream.fdopen(Ruby runtime,
ChannelDescriptor descriptor,
ModeFlags modes,
boolean autoclose) |
static Stream |
ChannelStream.fopen(Ruby runtime,
String path,
ModeFlags modes) |
Stream |
OpenFile.getMainStream() |
Stream |
OpenFile.getMainStreamSafe() |
Stream |
OpenFile.getPipeStream() |
Stream |
OpenFile.getPipeStreamSafe() |
Stream |
OpenFile.getWriteStream() |
Stream |
OpenFile.getWriteStreamSafe() |
static Stream |
ChannelStream.open(Ruby runtime,
ChannelDescriptor descriptor) |
static Stream |
ChannelStream.open(Ruby runtime,
ChannelDescriptor descriptor,
boolean autoclose) |
Modifier and Type | Method and Description |
---|---|
void |
OpenFile.fflush(Stream stream) |
void |
OpenFile.setMainStream(Stream mainStream) |
void |
OpenFile.setPipeStream(Stream pipeStream) |
Constructor and Description |
---|
CRLFStreamWrapper(Stream stream) |
Copyright © 2001-2016 JRuby. All Rights Reserved.