Class ClipboardData

    • Constructor Detail

      • ClipboardData

        public ClipboardData()
    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for ClipboardData
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for ClipboardData
      • getValue

        public byte[] getValue()
      • toByteArray

        public byte[] toByteArray()
      • setValue

        public void setValue​(byte[] value)