org.jruby
Class RubyNKF.NKFCharset

java.lang.Object
  extended by org.jruby.RubyNKF.NKFCharset
Enclosing class:
RubyNKF

public static class RubyNKF.NKFCharset
extends java.lang.Object


Constructor Summary
RubyNKF.NKFCharset(int v, java.lang.String c, org.jcodings.Encoding encoding)
           
 
Method Summary
 java.lang.String getCharset()
           
 org.jcodings.Encoding getEncoding()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyNKF.NKFCharset

public RubyNKF.NKFCharset(int v,
                          java.lang.String c,
                          org.jcodings.Encoding encoding)
Method Detail

getValue

public int getValue()

getCharset

public java.lang.String getCharset()

getEncoding

public org.jcodings.Encoding getEncoding()


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