@Internal public class ClipboardData extends java.lang.Object
Constructor and Description |
---|
ClipboardData() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getValue() |
void |
read(LittleEndianByteArrayInputStream lei) |
void |
setValue(byte[] value) |
byte[] |
toByteArray() |
public void read(LittleEndianByteArrayInputStream lei)
public byte[] getValue()
public byte[] toByteArray()
public void setValue(byte[] value)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.