1
0
mirror of https://github.com/chylex/Brotli-Builder.git synced 2025-04-13 09:15:42 +02: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];