Uses of Class
org.apache.jdo.impl.enhancer.OutputStreamWrapper

Packages that use OutputStreamWrapper
org.apache.jdo.impl.enhancer   
org.apache.jdo.impl.enhancer.core   
 

Uses of OutputStreamWrapper in org.apache.jdo.impl.enhancer
 

Methods in org.apache.jdo.impl.enhancer with parameters of type OutputStreamWrapper
 boolean ClassFileEnhancer.enhanceClassFile(java.io.InputStream in, OutputStreamWrapper out)
          Enhances a given class according to the JDO meta-data.
 boolean ClassFileEnhancerTimer.enhanceClassFile(java.io.InputStream inClassFile, OutputStreamWrapper outClassFile)
           
 

Uses of OutputStreamWrapper in org.apache.jdo.impl.enhancer.core
 

Methods in org.apache.jdo.impl.enhancer.core with parameters of type OutputStreamWrapper
 boolean EnhancerFilter.enhanceClassFile(java.io.InputStream inClassFile, OutputStreamWrapper outClassFile)
          Enhances a given class according to the JDO meta-data.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.