Package org.jpmml.codemodel
Class JarCodeWriter
- java.lang.Object
-
- com.sun.codemodel.CodeWriter
-
- org.jpmml.codemodel.JarCodeWriter
-
public class JarCodeWriter extends com.sun.codemodel.CodeWriter
-
-
Constructor Summary
Constructors Constructor Description JarCodeWriter(OutputStream os, Manifest manifest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()OutputStreamopenBinary(com.sun.codemodel.JPackage _package, String name)
-
-
-
Constructor Detail
-
JarCodeWriter
public JarCodeWriter(OutputStream os, Manifest manifest) throws IOException
- Throws:
IOException
-
-
Method Detail
-
openBinary
public OutputStream openBinary(com.sun.codemodel.JPackage _package, String name) throws IOException
- Specified by:
openBinaryin classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein classcom.sun.codemodel.CodeWriter- Throws:
IOException
-
-