Package | Description |
---|---|
org.jruby | |
org.jruby.ext.tempfile | |
org.jruby.util.io |
Modifier and Type | Class and Description |
---|---|
static class |
RubyBasicObject.Finalizer
Class that keeps track of the finalizers for the object under
operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Ruby.addFinalizer(Finalizable finalizer) |
void |
Ruby.addInternalFinalizer(Finalizable finalizer) |
void |
Ruby.removeFinalizer(Finalizable finalizer) |
void |
Ruby.removeInternalFinalizer(Finalizable finalizer) |
Modifier and Type | Class and Description |
---|---|
class |
Tempfile
An implementation of tempfile.rb in Java.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelStream
This file implements a seekable IO file.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.