// Copyright (c) 2017 Timofey Solomko // Licensed under MIT License // // See LICENSE for license information import Foundation public enum CompressionMethod { // TODO: Sort alphabetically. case copy case deflate case lzma case lzma2 case bzip2 case other }