Package burp

Interface ITempFile


  • public interface ITempFile
    This interface is used to hold details of a temporary file that has been created via a call to IBurpExtenderCallbacks.saveToTempFile().
    • 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.