com.vladium.emma.rt
Class ClassPathCacheEntry

java.lang.Object
  extended bycom.vladium.emma.rt.ClassPathCacheEntry

public final class ClassPathCacheEntry
extends java.lang.Object

Author:
Vlad Roubtsov, (C) 2003

Field Summary
 byte[] m_bytes
           
 java.lang.String m_srcURL
           
 
Constructor Summary
ClassPathCacheEntry(byte[] bytes, java.lang.String srcURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_bytes

public final byte[] m_bytes

m_srcURL

public final java.lang.String m_srcURL
Constructor Detail

ClassPathCacheEntry

public ClassPathCacheEntry(byte[] bytes,
                           java.lang.String srcURL)