public class JTextFile extends JResourceFile
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
contents |
| Constructor and Description |
|---|
JTextFile(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(java.io.OutputStream out)
called by JPackage to produce the file image.
|
void |
setContents(java.lang.String _contents) |
isResource, namepublic void setContents(java.lang.String _contents)
public void build(java.io.OutputStream out)
throws java.io.IOException
JResourceFilebuild in class JResourceFilejava.io.IOException