at.dms.classfile
Class ClassDescription

java.lang.Object
  |
  +--at.dms.classfile.ClassDescription

abstract class ClassDescription
extends java.lang.Object

A place holder for the bytes of a classfile.


Constructor Summary
(package private) ClassDescription()
           
 
Method Summary
abstract  Data getData()
          Returns a Data object that will return the bytes of this class on request.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDescription

ClassDescription()
Method Detail

getData

public abstract Data getData()
Returns a Data object that will return the bytes of this class on request.
Returns:
A Data object that will return the bytes of this class on request.