ants.util
Interface ByteCodeReader
- All Known Implementing Classes:
- ClassPathReader
- public interface ByteCodeReader
This interface maps a fully qualified class name to an array of bytes.
Method Summary |
byte[] |
readByteCode(java.lang.String name)
Read byte code. |
readByteCode
public byte[] readByteCode(java.lang.String name)
throws java.lang.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
This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/