Searched defs:openBinary (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DCodeWriter.java67 public abstract OutputStream openBinary( JPackage pkg, String fileName ) throws IOException; method in class:CodeWriter
86 ? new OutputStreamWriter(openBinary(pkg,fileName), encoding)
87 : new OutputStreamWriter(openBinary(pkg,fileName));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/writer/
H A DFileCodeWriter.java75 public OutputStream openBinary(JPackage pkg, String fileName) throws IOException { method in class:FileCodeWriter
H A DFilterCodeWriter.java47 public OutputStream openBinary( JPackage pkg, String fileName ) throws IOException { method in class:FilterCodeWriter
48 return core.openBinary(pkg, fileName);
H A DProgressCodeWriter.java54 public OutputStream openBinary(JPackage pkg, String fileName) throws IOException { method in class:ProgressCodeWriter
56 return super.openBinary(pkg,fileName);
H A DSingleStreamCodeWriter.java58 public OutputStream openBinary(JPackage pkg, String fileName) throws IOException { method in class:SingleStreamCodeWriter
H A DZipCodeWriter.java60 public OutputStream openBinary(JPackage pkg, String fileName) throws IOException { method in class:ZipCodeWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DProgressCodeWriter.java60 public OutputStream openBinary(JPackage pkg, String fileName) throws IOException { method in class:ProgressCodeWriter
62 return super.openBinary(pkg,fileName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/util/
H A DFilerCodeWriter.java53 public OutputStream openBinary(JPackage pkg, String fileName) throws IOException { method in class:FilerCodeWriter

Completed in 32 milliseconds