org.apache.commons.classscan.spi.model
Interface SpiClassDigester


public interface SpiClassDigester

Digest class bytes.


Method Summary
 SpiMetaClass createMetaClass(MetaClassPathElement location, String className, InputStream byteStream)
          Create class meta data from the byte stream
 

Method Detail

createMetaClass

SpiMetaClass createMetaClass(MetaClassPathElement location,
                             String className,
                             InputStream byteStream)
                             throws IOException
Create class meta data from the byte stream

Parameters:
location - The location of the class bytes
className - The expected name of the class
byteStream - The stream of bytes
Returns:
Information about the class
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.