mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 21:31:04 +00:00
8 lines
243 B
C#
8 lines
243 B
C#
namespace BurnOutSharp.Models.Compression.MSZIP
|
|
{
|
|
/// <summary>
|
|
/// Empty interface defining block header types
|
|
/// </summary>
|
|
/// <see href="https://www.rfc-editor.org/rfc/rfc1951"/>
|
|
public interface IBlockDataHeader { }
|
|
} |