All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface nodeos.ByteCodeReader

public interface ByteCodeReader

Method Index

 o readByteCode(String)
Read byte code.

Methods

 o readByteCode
 public abstract byte[] readByteCode(String name) throws Exception
Read byte code.

Parameters:
name - fully qualified class name (using dots as separators and no trailing .class suffix)
Returns:
array of bytes in class file format

All Packages  Class Hierarchy  This Package  Previous  Next  Index