Package burp.api.montoya.decoder
Interface Decoder
public interface Decoder
Provides access to the functionality of the Decoder tool.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendToDecoder
(ByteArray data) Send data to the Decoder tool.
-
Method Details
-
sendToDecoder
Send data to the Decoder tool.- Parameters:
data
- The data to be sent to Decoder.
-