mirror of
https://github.com/chylex/Brotli-Builder.git
synced 2025-01-20 19:45:59 +01:00
11 lines
225 B
C#
11 lines
225 B
C#
namespace BrotliBuilder.State{
|
|
enum ErrorType{
|
|
ReadingFile,
|
|
DeserializingFile,
|
|
SerializingStructure,
|
|
EncodingBytes,
|
|
TransformingStructure,
|
|
DecompressingStructure
|
|
}
|
|
}
|