public static class Bin2Data.Args
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
sDescription
A string given description of the content of binary data.
|
java.lang.String |
sFileBin |
java.lang.String |
sFileDescription
With that argument the description can be read from a file using
Bin2Data.readDescrSyntax() . |
java.lang.String |
sFileSyntaxDescription
With that argument the syntax of the description can be read from a file using
Bin2Data.readDescrSyntax() . |
java.lang.String |
syntaxDescription
A string given syntax for the description file.
|
Constructor and Description |
---|
Args() |
public java.lang.String sFileBin
public java.lang.String sFileSyntaxDescription
Bin2Data.readDescrSyntax()
.public java.lang.String syntaxDescription
Bin2Data.readDescrSyntax()
with given #sFileSyntaxDescr
with that file content.
It may be given direct from invocation. The syntaxDescr should be regard the Bin2Data.ZbnfResultDescr
for its semantic.public java.lang.String sFileDescription
Bin2Data.readDescrSyntax()
.public java.lang.String sDescription