Class ClipboardData

java.lang.Object
org.apache.poi.hpsf.ClipboardData

@Internal public class ClipboardData extends Object
  • Constructor Details

    • ClipboardData

      public ClipboardData()
  • Method Details

    • 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
    • read

      public void read(LittleEndianByteArrayInputStream lei)
    • getValue

      public byte[] getValue()
    • toByteArray

      public byte[] toByteArray()
    • setValue

      public void setValue(byte[] value)