mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 23:05:03 +00:00
Clarify the IScannable description
This commit is contained in:
@@ -4,8 +4,13 @@ using System.IO;
|
||||
namespace BurnOutSharp.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Mark a file type as extractable
|
||||
/// Mark a file type as being able to be scanned
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This is also used for packers, embedded archives, and other
|
||||
/// installer formats that may need to be "extracted" before they
|
||||
/// can be fully scanned.
|
||||
/// </remarks>
|
||||
internal interface IScannable
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user