Class JBinaryFile
java.lang.Object
com.sun.codemodel.JResourceFile
com.sun.codemodel.fmt.JBinaryFile
Allows the application to use OutputStream to define data
that will be stored into a file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(OutputStream os) called by JPackage to produce the file image.Methods inherited from class JResourceFile
isResource, name
-
Field Details
-
baos
-
-
Constructor Details
-
JBinaryFile
-
-
Method Details
-
getDataStore
- Returns:
- Data written to the returned output stream will be written to the file.
-
build
Description copied from class:JResourceFilecalled by JPackage to produce the file image.- Specified by:
buildin classJResourceFile- Throws:
IOException
-