public static class Bin2Data.Args
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | sDescriptionA string given description of the content of binary data. | 
| java.lang.String | sFileBin | 
| java.lang.String | sFileDescriptionWith that argument the description can be read from a file using  Bin2Data.readDescrSyntax(). | 
| java.lang.String | sFileSyntaxDescriptionWith that argument the syntax of the description can be read from a file using  Bin2Data.readDescrSyntax(). | 
| java.lang.String | syntaxDescriptionA 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