Package ghidra.app.util
Class ByteCopier.ByteStringTransferable
java.lang.Object
ghidra.app.util.ByteCopier.ByteStringTransferable
- All Implemented Interfaces:
Transferable
- Enclosing class:
ByteCopier
-
Constructor Summary
ConstructorDescriptionByteStringTransferable
(String byteString) ByteStringTransferable
(String byteString, String stringRepresentation) -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor)
-
Constructor Details
-
ByteStringTransferable
-
ByteStringTransferable
-
-
Method Details
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-