Package com.sun.codemodel.fmt
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 TypeMethodDescriptionvoid
build
(OutputStream os) called by JPackage to produce the file image.Methods inherited from class com.sun.codemodel.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:JResourceFile
called by JPackage to produce the file image.- Specified by:
build
in classJResourceFile
- Throws:
IOException
-