com.uwyn.rife.continuations.util
Class ClassByteUtil

java.lang.Object
  extended bycom.uwyn.rife.continuations.util.ClassByteUtil

public class ClassByteUtil
extends Object


Constructor Summary
ClassByteUtil()
           
 
Method Summary
static byte[] getBytes(String className, ClassLoader classLoader)
           
static ByteArrayOutputStream readStream(InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassByteUtil

public ClassByteUtil()
Method Detail

getBytes

public static byte[] getBytes(String className,
                              ClassLoader classLoader)
                       throws IOException
Throws:
IOException

readStream

public static ByteArrayOutputStream readStream(InputStream inputStream)
                                        throws IOException
Throws:
IOException

RIFE Project Page