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, setVariablespublic GXBinaryRequest()
public GXBinaryRequest(byte[] data)
public byte[] getData()
public void setData(byte[] data)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractRequestIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractRequestIOExceptionClassNotFoundExceptionCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.