Class BinaryData

  • All Implemented Interfaces:
    java.io.Serializable

    public class BinaryData
    extends java.lang.Object
    implements java.io.Serializable
    For 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.String getType()  
      void setContent​(byte[] content)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BinaryData

        public BinaryData()
    • Method Detail

      • getContent

        public byte[] getContent()
      • setContent

        public void setContent​(byte[] content)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)