com.googlecode.androidannotations.generation
Class ResourceCodeWriter

java.lang.Object
  extended by com.sun.codemodel.CodeWriter
      extended by com.googlecode.androidannotations.generation.ResourceCodeWriter

public class ResourceCodeWriter
extends com.sun.codemodel.CodeWriter


Constructor Summary
ResourceCodeWriter(javax.annotation.processing.Filer filer)
           
 
Method Summary
 void close()
           
 java.io.OutputStream openBinary(com.sun.codemodel.JPackage pkg, java.lang.String fileName)
           
 
Methods inherited from class com.sun.codemodel.CodeWriter
openSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCodeWriter

public ResourceCodeWriter(javax.annotation.processing.Filer filer)
Method Detail

openBinary

public java.io.OutputStream openBinary(com.sun.codemodel.JPackage pkg,
                                       java.lang.String fileName)
                                throws java.io.IOException
Specified by:
openBinary in class com.sun.codemodel.CodeWriter
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in class com.sun.codemodel.CodeWriter
Throws:
java.io.IOException


Copyright © 2010-2012. All Rights Reserved.