Package org.apache.poi.hpsf
Class ClipboardData
java.lang.Object
org.apache.poi.hpsf.ClipboardData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intbyte[]getValue()voidstatic voidsetMaxRecordLength(int length) voidsetValue(byte[] value) byte[]
-
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
-
getValue
public byte[] getValue() -
toByteArray
public byte[] toByteArray() -
setValue
public void setValue(byte[] value)
-