Package burp
Interface ITempFile
-
public interface ITempFileThis interface is used to hold details of a temporary file that has been created via a call toIBurpExtenderCallbacks.saveToTempFile().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddelete()Deprecated.byte[]getBuffer()This method is used to retrieve the contents of the buffer that was saved in the temporary file.
-
-
-
Method Detail
-
getBuffer
byte[] getBuffer()
This method is used to retrieve the contents of the buffer that was saved in the temporary file.- Returns:
- The contents of the buffer that was saved in the temporary file.
-
delete
@Deprecated void delete()
Deprecated.This method is deprecated and no longer performs any action.
-
-