Skip to content

SlothsAreLazyTho/ScCompression.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

public static async Task Main() {
    var file = Path.Combine(Directory.GetCurrentDirectory(), "assets.csv");      
    var result = await SupercellDecoder.LoadAsync(file);
    var content = await result.ReadAsByteArrayAsync();
    await File.WriteAllBytesAsync("output.csv", content);  
}

About

Supercell decompression lib for .NET

Resources

Stars

Watchers

Forks

Contributors

Languages