|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stream | |
|---|---|
| org.jruby | |
| org.jruby.util.io | |
| Uses of Stream in org.jruby |
|---|
| Methods in org.jruby that return Stream | |
|---|---|
protected Stream |
RubyIO.fdopen(ChannelDescriptor existingDescriptor,
ModeFlags modes)
|
Stream |
RubyIO.getHandler()
Deprecated. |
| Uses of Stream in org.jruby.util.io |
|---|
| Classes in org.jruby.util.io that implement Stream | |
|---|---|
class |
ChannelStream
This file implements a seekable IO file. |
class |
CRLFStreamWrapper
Wrapper around Stream that packs and unpacks LF <=> CRLF. |
| Methods in org.jruby.util.io that return Stream | |
|---|---|
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,
java.lang.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)
|
| Methods in org.jruby.util.io with parameters of type Stream | |
|---|---|
void |
OpenFile.fflush(Stream stream)
|
void |
OpenFile.setMainStream(Stream mainStream)
|
void |
OpenFile.setPipeStream(Stream pipeStream)
|
| Constructors in org.jruby.util.io with parameters of type Stream | |
|---|---|
CRLFStreamWrapper(Stream stream)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||