414243444546474849
// XTransferable methods public Object getTransferData(DataFlavor aFlavor) throws UnsupportedFlavorException { if ( !aFlavor.MimeType.equalsIgnoreCase( UNICODE_CONTENT_TYPE ) ) throw new UnsupportedFlavorException(); return text; }
525354555657585960
585960616263646566