public class JBinaryFile extends AbstractJResourceFile
| Constructor and Description |
|---|
JBinaryFile(String sName) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(OutputStream os)
called by
JPackage to produce the file image. |
OutputStream |
getDataStore() |
isResource, name@Nonnull public OutputStream getDataStore()
public void build(@Nonnull OutputStream os) throws IOException
AbstractJResourceFileJPackage to produce the file image.build in class AbstractJResourceFileos - OutputStream to write toIOException - If writing on the stream throws an errorCopyright © 2013–2015 Philip Helger. All rights reserved.