@Internal public class ClipboardData extends java.lang.Object
Constructor and Description |
---|
ClipboardData() |
Modifier and Type | Method and Description |
---|---|
static int |
getMaxRecordLength() |
byte[] |
getValue() |
void |
read(LittleEndianByteArrayInputStream lei) |
static void |
setMaxRecordLength(int length) |
void |
setValue(byte[] value) |
byte[] |
toByteArray() |
public static void setMaxRecordLength(int length)
length
- the max record length allowed for ClipboardDatapublic static int getMaxRecordLength()
public void read(LittleEndianByteArrayInputStream lei)
public byte[] getValue()
public byte[] toByteArray()
public void setValue(byte[] value)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.