Since it is possible to copy a String
to the Clipboard
, is it also possible to copy a StringBuffer
to it? The advantage would be increased capability of saving data or has the Clipboard limitations?
This is a similiar approach but a String
has been used in this example, which size can't be bigger than 2147483647
. But I was thinking of copying more than that.