Class BinaryData
- java.lang.Object
-
- com.priint.pubserver.plugin.deployment.BinaryData
-
- All Implemented Interfaces:
java.io.Serializable
public class BinaryData extends java.lang.Object implements java.io.SerializableFor internal use only. Used by PubServerDeploymentManager to represent binary data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()java.lang.StringgetType()voidsetContent(byte[] content)voidsetType(java.lang.String type)
-