C# Class Asciimation.RLE

Exibir arquivo Open project: KvanTTT/CSharp-Minifier

Public Methods

Method Description
Decode ( byte bytes ) : byte[]
Encode ( byte bytes ) : byte[]

Method Details

Decode() public static method

public static Decode ( byte bytes ) : byte[]
bytes byte
return byte[]

Encode() public static method

public static Encode ( byte bytes ) : byte[]
bytes byte
return byte[]