|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.codemodel.JResourceFile
com.sun.codemodel.fmt.JBinaryFile
public final class JBinaryFile
Allows the application to use OutputStream to define data that will be stored into a file.
Constructor Summary | |
---|---|
JBinaryFile(java.lang.String name)
|
Method Summary | |
---|---|
void |
build(java.io.OutputStream os)
called by JPackage to produce the file image. |
java.io.OutputStream |
getDataStore()
|
Methods inherited from class com.sun.codemodel.JResourceFile |
---|
isResource, name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBinaryFile(java.lang.String name)
Method Detail |
---|
public java.io.OutputStream getDataStore()
public void build(java.io.OutputStream os) throws java.io.IOException
JResourceFile
build
in class JResourceFile
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |