public class JTextFile extends AbstractJResourceFile
| Modifier and Type | Method and Description |
|---|---|
void |
build(OutputStream out)
called by
JPackage to produce the file image. |
String |
contents() |
void |
setContents(String contents) |
isResource, namepublic void build(@Nonnull@WillClose OutputStream out) throws IOException
AbstractJResourceFileJPackage to produce the file image.build in class AbstractJResourceFileout - OutputStream to write toIOException - If writing on the stream throws an errorCopyright © 2013–2015 Philip Helger. All rights reserved.