net.sf.retrotranslator.runtime.java.lang
Class _Readable

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.lang._Readable

public class _Readable
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_Readable()
           
 
Method Summary
static java.lang.Object executeCheckCastInstruction(java.lang.Object object)
           
static boolean executeInstanceOfInstruction(java.lang.Object object)
           
static int read(java.lang.Object object, java.nio.CharBuffer cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Readable

public _Readable()
Method Detail

executeInstanceOfInstruction

public static boolean executeInstanceOfInstruction(java.lang.Object object)

executeCheckCastInstruction

public static java.lang.Object executeCheckCastInstruction(java.lang.Object object)

read

public static int read(java.lang.Object object,
                       java.nio.CharBuffer cb)
                throws java.io.IOException
Throws:
java.io.IOException