Save This Page
Home » jruby-src-1.1.3 » org.jruby » [javadoc | source]
org.jruby
public class: RubyIconv [javadoc | source]
java.lang.Object
   org.jruby.RubyObject
      org.jruby.RubyIconv

All Implemented Interfaces:
    VALUE

BEGIN LICENSE BLOCK ***** Version: CPL 1.0/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Common Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.eclipse.org/legal/cpl-v10.html Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Copyright (C) 2006 Thomas E Enebo Copyright (C) 2007 Koichiro Ohba Alternatively, the contents of this file may be used under the terms of either of the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the CPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the CPL, the GPL or the LGPL. END LICENSE BLOCK
Nested Class Summary:
public static class  RubyIconv.Failure   
public static class  RubyIconv.IllegalSequence   
public static class  RubyIconv.InvalidCharacter   
public static class  RubyIconv.InvalidEncoding   
public static class  RubyIconv.OutOfRange   
public static class  RubyIconv.BrokenLibrary   
public static class  RubyIconv.RubyFailure   
Constructor:
 public RubyIconv(Ruby runtime,
    RubyClass type) 
Method from org.jruby.RubyIconv Summary:
charset_map_get,   close,   conv,   convertWithArgs,   createIconv,   iconv,   iconv,   iconv,   iconv,   iconv,   initialize,   open
Methods from org.jruby.RubyObject:
callInit,   defineSingletonMethod,   funcall,   funcall,   funcall,   funcall3,   getClassVarSingleton,   getInstanceVar,   getInstanceVar,   getInstanceVariables,   getRuby,   getRubyClass,   getSingletonClass,   infectObject,   isFalse,   isFrozen,   isImmediate,   isInstanceVarDefined,   isNil,   isSpecialConst,   isTaint,   isTrue,   m_clone,   m_dup,   m_equal,   m_freeze,   m_frozen,   m_id,   m_inspect,   m_instance_of,   m_kind_of,   m_methods,   m_private_methods,   m_protected_methods,   m_singleton_methods,   m_taint,   m_tainted,   m_to_s,   m_type,   m_untaint,   setFrozen,   setImmediate,   setInstanceVar,   setInstanceVar,   setInstanceVariables,   setRuby,   setRubyClass,   setTaint,   setupClone,   setupObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jruby.RubyIconv Detail:
 public static IRubyObject charset_map_get(IRubyObject recv) 
 public IRubyObject close() 
 public static IRubyObject conv(ThreadContext context,
    IRubyObject recv,
    IRubyObject[] args,
    Block unusedBlock) 
 public static RubyArray convertWithArgs(ThreadContext context,
    IRubyObject recv,
    IRubyObject[] args,
    String function) 
 public static  void createIconv(Ruby runtime) 
 public IRubyObject iconv(IRubyObject str) 
 public IRubyObject iconv(IRubyObject[] args) 
Deprecated! Use - the versions with one, two or three arguments.

    Variable-arity version for compatibility. Not bound to Ruby.
 public IRubyObject iconv(IRubyObject str,
    IRubyObject startArg) 
 public IRubyObject iconv(IRubyObject str,
    IRubyObject startArg,
    IRubyObject endArg) 
 public static IRubyObject iconv(ThreadContext context,
    IRubyObject recv,
    IRubyObject[] args,
    Block unusedBlock) 
 public IRubyObject initialize(IRubyObject arg1,
    IRubyObject arg2,
    Block unusedBlock) 
 public static IRubyObject open(ThreadContext context,
    IRubyObject recv,
    IRubyObject to,
    IRubyObject from,
    Block block)