1
0
mirror of https://github.com/chylex/Brotli-Builder.git synced 2024-11-24 22:42:50 +01:00
Brotli-Builder/Paper/Source/SourceCodes/BlockSwitchBuilderGetters.cs
2020-05-14 23:32:45 +02:00

4 lines
196 B
C#

var literalBlocks = builder.BlockTypes[Category.Literal];
var lengthCodeBlocks = builder.BlockTypes[Category.InsertCopy];
var distanceCodeBlocks = builder.BlockTypes[Category.Distance];