mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-09-21 22:35:00 +00:00
Create Process method, make it throw for now
This commit is contained in:
@@ -120,6 +120,15 @@ namespace SabreTools.Compression.Quantum
|
||||
this.CS_C = 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Process the stream and return the decompressed output
|
||||
/// </summary>
|
||||
/// <returns>Byte array representing the decompressed data, null on error</returns>
|
||||
public byte[] Process()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Create and initialize a model base on the start symbol and length
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user