Package org.apache.poi.hpsf
Class ClipboardData
- java.lang.Object
-
- org.apache.poi.hpsf.ClipboardData
-
@Internal public class ClipboardData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClipboardData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getValue()
void
read(LittleEndianByteArrayInputStream lei)
void
setValue(byte[] value)
byte[]
toByteArray()
-
-
-
Method Detail
-
read
public void read(LittleEndianByteArrayInputStream lei)
-
getValue
public byte[] getValue()
-
toByteArray
public byte[] toByteArray()
-
setValue
public void setValue(byte[] value)
-
-