All Packages  This Package  Class Hierarchy  Class Search  Index

Interface edu.utah.janos.antsr.util.ByteCodeReader

  Summary

public interface  ByteCodeReader
{
          // Methods 1
     public abstract byte[] readByteCode(String) throws Exception;
}

This interface maps a fully qualified class name to an array of bytes.


  Cross Reference

Implemented By:
ClassPathReader





  Methods

· readByteCode

Summary  |  Top
   public abstract byte[] readByteCode(String name)  throws Exception

Read byte code.

Parameter Description
name fully qualified class name (using dots as separators and no trailing .class suffix)

Returns:
array of bytes in class file format


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7