Class BinaryData
java.lang.Object
com.priint.pubserver.plugin.deployment.BinaryData
- All Implemented Interfaces:
Serializable
For internal use only.
Used by PubServerDeploymentManager to represent binary data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BinaryData
public BinaryData()
-
-
Method Details
-
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content) -
getType
-
setType
-