public class GXBinaryRequest extends GXAbstractRequest
Constructor and Description |
---|
GXBinaryRequest() |
GXBinaryRequest(byte[] data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
void |
readExternal(ObjectInput in) |
void |
setData(byte[] data) |
void |
writeExternal(ObjectOutput out) |
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariables
public GXBinaryRequest()
public GXBinaryRequest(byte[] data)
public byte[] getData()
public void setData(byte[] data)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractRequest
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractRequest
IOException
ClassNotFoundException
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.