Modifier and Type | Method and Description |
---|---|
EvioReader.WriteStatus |
EvioReader.toXMLFile(java.lang.String path)
Rewrite the file to XML (not including dictionary).
|
EvioReader.WriteStatus |
EvioReader.toXMLFile(java.lang.String path,
boolean hex)
Rewrite the file to XML (not including dictionary).
|
EvioReader.WriteStatus |
EvioReader.toXMLFile(java.lang.String path,
IEvioProgressListener progressListener)
Rewrite the file to XML (not including dictionary).
|
EvioReader.WriteStatus |
EvioReader.toXMLFile(java.lang.String path,
IEvioProgressListener progressListener,
boolean hex)
Rewrite the file to XML (not including dictionary).
|
static EvioReader.WriteStatus |
EvioReader.WriteStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvioReader.WriteStatus[] |
EvioReader.WriteStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|