org.jruby.util
Class KCode
java.lang.Object
org.jruby.util.KCode
public final class KCode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NIL
public static final KCode NIL
NONE
public static final KCode NONE
UTF8
public static final KCode UTF8
SJIS
public static final KCode SJIS
EUC
public static final KCode EUC
create
public static KCode create(Ruby runtime,
java.lang.String lang)
kcode
public IRubyObject kcode(Ruby runtime)
getKCode
public java.lang.String getKCode()
bits
public int bits()
name
public java.lang.String name()
getEncoding
public Encoding getEncoding()
Copyright © 2002-2007 JRuby Team. All Rights Reserved.