public class BinaryConfigObject extends BinaryObject
BinaryObjectCONFIG_OBJ_HEADER_SIZE, CONFIGURATION_OBJECT_TYPE, DYN_OBJ_HEADER_SIZE, DYNAMIC_OBJECT_TYPE| Constructor and Description |
|---|
BinaryConfigObject(long objectId,
int pidHashCode,
long typeId,
short firstInvalid,
short firstValid,
byte[] packedBytes) |
| Modifier and Type | Method and Description |
|---|---|
short |
getFirstInvalid() |
short |
getFirstValid() |
long |
getObjectId()
Gibt die Objekt-ID zurück
|
byte[] |
getPackedBytes()
Gibt die gepackten Bytes zurück.
|
int |
getPidHashCode()
Gibt den Pid-Hashcode zurück
|
long |
getTypeId()
Gibt die ID des Objekttyps zuück
|
ConfigurationObjectInformation |
toSystemObjectInfo(ConfigAreaFile file,
long position) |
int |
write(java.io.DataOutput output)
Schreibt das Objekt in den Ausgabe-Stream
|
fromDataInputpublic BinaryConfigObject(long objectId,
int pidHashCode,
long typeId,
short firstInvalid,
short firstValid,
byte[] packedBytes)
public int write(java.io.DataOutput output)
throws java.io.IOException
BinaryObjectwrite in class BinaryObjectoutput - Ausgabejava.io.IOExceptionpublic long getObjectId()
BinaryObjectgetObjectId in class BinaryObjectpublic int getPidHashCode()
BinaryObjectgetPidHashCode in class BinaryObjectpublic long getTypeId()
BinaryObjectgetTypeId in class BinaryObjectpublic short getFirstInvalid()
public short getFirstValid()
public byte[] getPackedBytes()
BinaryObjectgetPackedBytes in class BinaryObjectpublic ConfigurationObjectInformation toSystemObjectInfo(ConfigAreaFile file, long position) throws java.io.IOException, de.bsvrz.sys.funclib.dataSerializer.NoSuchVersionException
toSystemObjectInfo in class BinaryObjectjava.io.IOExceptionde.bsvrz.sys.funclib.dataSerializer.NoSuchVersionException