Package org.apache.poi.hpsf
Class ClipboardData
- java.lang.Object
-
- org.apache.poi.hpsf.ClipboardData
-
-
Constructor Summary
Constructors Constructor Description ClipboardData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
getMaxRecordLength()
byte[]
getValue()
void
read(LittleEndianByteArrayInputStream lei)
static void
setMaxRecordLength(int length)
void
setValue(byte[] value)
byte[]
toByteArray()
-
-
-
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
-
read
public void read(LittleEndianByteArrayInputStream lei)
-
getValue
public byte[] getValue()
-
toByteArray
public byte[] toByteArray()
-
setValue
public void setValue(byte[] value)
-
-