public class GCubeXMLRecordDefinition
extends gr.uoa.di.madgik.grs.record.RecordDefinition
GCubeXMLRecord| Modifier and Type | Field and Description |
|---|---|
static boolean |
DefaultCompress
Whether or not the payload should be compressed at transfer.
|
static String |
PayloadFieldName
The name of the payload field.
|
| Constructor and Description |
|---|
GCubeXMLRecordDefinition() |
GCubeXMLRecordDefinition(boolean compress)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(GCubeXMLRecordDefinition other) |
void |
extendDeflate(DataOutput out) |
boolean |
extendEquals(Object obj) |
void |
extendFromXML(Element element) |
void |
extendInflate(DataInput in) |
void |
extendToXML(Element element) |
public static final String PayloadFieldName
public static final boolean DefaultCompress
public GCubeXMLRecordDefinition()
public GCubeXMLRecordDefinition(boolean compress)
compress - Do compression at transportpublic void copyFrom(GCubeXMLRecordDefinition other) throws Exception
Exceptionpublic boolean extendEquals(Object obj)
extendEquals in class gr.uoa.di.madgik.grs.record.RecordDefinitionRecordDefinition.extendEquals(java.lang.Object)public void extendDeflate(DataOutput out) throws gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
extendDeflate in class gr.uoa.di.madgik.grs.record.RecordDefinitiongr.uoa.di.madgik.grs.record.GRS2RecordSerializationExceptionRecordDefinition.extendDeflate(java.io.DataOutput)public void extendInflate(DataInput in) throws gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
extendInflate in class gr.uoa.di.madgik.grs.record.RecordDefinitiongr.uoa.di.madgik.grs.record.GRS2RecordSerializationExceptionRecordDefinition.extendInflate(java.io.DataInput)public void extendFromXML(Element element) throws gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
extendFromXML in class gr.uoa.di.madgik.grs.record.RecordDefinitiongr.uoa.di.madgik.grs.record.GRS2RecordSerializationExceptionpublic void extendToXML(Element element) throws gr.uoa.di.madgik.grs.record.GRS2RecordSerializationException
extendToXML in class gr.uoa.di.madgik.grs.record.RecordDefinitiongr.uoa.di.madgik.grs.record.GRS2RecordSerializationExceptionCopyright © 2015. All Rights Reserved.