public interface Filer
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
createBinaryFile(java.lang.String typename)
Creates a new schema binary file (.xsb) and returns a stream for writing to it.
|
java.io.Writer |
createSourceFile(java.lang.String typename)
Creates a new binding source file (.java) and returns a writer for it.
|
java.io.OutputStream createBinaryFile(java.lang.String typename)
throws java.io.IOException
typename - fully qualified type namejava.io.IOException - when the file can't be createdjava.io.Writer createSourceFile(java.lang.String typename)
throws java.io.IOException
typename - fully qualified type namejava.io.IOException - when the file can't be created