1// Copyright 2015, Joe Tsai. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE.md file.
4
5package brotli
6
7type prefixEncoder struct{}
8
9func (pe *prefixEncoder) Init(codes []prefixCode) {}
10