I dunno man
This commit is contained in:
@@ -2,6 +2,6 @@ namespace fxl.codes.kisekae.data.Archives.Algorithms;
|
||||
|
||||
public interface IAlgorithm
|
||||
{
|
||||
byte[] Encode(ReadOnlySpan<byte> stream);
|
||||
byte[] Decode(ReadOnlySpan<byte> stream);
|
||||
byte[] Encode(Stream stream);
|
||||
byte[] Decode(Stream stream, int bitLength);
|
||||
}
|
||||
Reference in New Issue
Block a user