Package | Description |
---|---|
org.jruby.util.io |
Modifier and Type | Class and Description |
---|---|
class |
ChannelStream
Deprecated.
|
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)
Deprecated.
|
static Stream |
ChannelStream.fdopen(Ruby runtime,
ChannelDescriptor descriptor,
ModeFlags modes,
boolean autoclose)
Deprecated.
|
static Stream |
ChannelStream.fopen(Ruby runtime,
String path,
ModeFlags modes)
Deprecated.
|
static Stream |
ChannelStream.open(Ruby runtime,
ChannelDescriptor descriptor)
Deprecated.
|
static Stream |
ChannelStream.open(Ruby runtime,
ChannelDescriptor descriptor,
boolean autoclose)
Deprecated.
|
Constructor and Description |
---|
CRLFStreamWrapper(Stream stream) |
Copyright © 2001-2015 JRuby. All Rights Reserved.