mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
More code cleanups.
This commit is contained in:
@@ -31,6 +31,9 @@ namespace Aaru.Compression;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// ReSharper disable once InconsistentNaming
|
||||
/// <summary>
|
||||
/// Implements the LZFSE compression algorithm
|
||||
/// </summary>
|
||||
public class LZFSE
|
||||
{
|
||||
/// <summary>Set to <c>true</c> if this algorithm is supported, <c>false</c> otherwise.</summary>
|
||||
|
||||
Reference in New Issue
Block a user