Package ghidra.app.util
Class ByteCopier.ByteStringTransferable
java.lang.Object
ghidra.app.util.ByteCopier.ByteStringTransferable
- All Implemented Interfaces:
Transferable
- Enclosing class:
ByteCopier
-
Constructor Summary
ConstructorsConstructorDescriptionByteStringTransferable(String byteString) ByteStringTransferable(String byteString, String stringRepresentation) -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor)
-
Constructor Details
-
ByteStringTransferable
-
ByteStringTransferable
-
-
Method Details
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorExceptionIOException
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-