Uses of Class
org.jruby.util.KCode

Packages that use KCode
org.jruby   
org.jruby.util   
 

Uses of KCode in org.jruby
 

Methods in org.jruby that return KCode
 KCode Ruby.getKCode()
           
 

Methods in org.jruby with parameters of type KCode
 void Ruby.setKCode(KCode kcode)
           
 

Uses of KCode in org.jruby.util
 

Fields in org.jruby.util declared as KCode
static KCode KCode.NIL
           
static KCode KCode.NONE
           
static KCode KCode.UTF8
           
static KCode KCode.SJIS
           
static KCode KCode.EUC
           
 

Methods in org.jruby.util that return KCode
 KCode CommandlineParser.getKCode()
           
static KCode KCode.create(Ruby runtime, java.lang.String lang)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.