binaryFileStorage
Class ModuleNameObject
java.lang.Object
binaryFileStorage.ModuleNameObject
public class ModuleNameObject
- extends java.lang.Object
Object which holds the type and name of a PAMGUARD module
and can read and or write it from file.
- Author:
- Doug Gillespie.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeId
public static int typeId
unitType
private java.lang.String unitType
unitName
private java.lang.String unitName
className
private java.lang.String className
ModuleNameObject
public ModuleNameObject(java.lang.String className,
java.lang.String unitType,
java.lang.String unitName)
ModuleNameObject
public ModuleNameObject(int version,
byte[] binaryData)
ModuleNameObject
public ModuleNameObject(byte[] data)
createBinaryWriteObject
public byte[] createBinaryWriteObject()