Module: JavaIO

Defined in:
lib/jnlp/otrunk.rb

Overview

Used to refer to Java classes in the java.io package. Some of the class names in the java.io package have the same name as existing Ruby classes. This creates a namespace scope for referring to the Java classes.

Example:

JavaIO::File.new("dummy.txt")