net.sf.retrotranslator.runtime.java.io
Class _Closeable

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.io._Closeable

public class _Closeable
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_Closeable()
           
 
Method Summary
static void close(java.lang.Object object)
           
static java.lang.Object executeCheckCastInstruction(java.lang.Object object)
           
static boolean executeInstanceOfInstruction(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Closeable

public _Closeable()
Method Detail

executeInstanceOfInstruction

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

executeCheckCastInstruction

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

close

public static void close(java.lang.Object object)
                  throws java.io.IOException
Throws:
java.io.IOException