blob: e414bed23cca5afe062a5a9ada3cf6d0f649cb8e [file] [log] [blame]
// Copyright 2026 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/fxcrt/cfx_read_only_container_stream.h"
// Instantiate.
template class CFX_ReadOnlyContainerStream<DataVector<uint8_t>>;
template class CFX_ReadOnlyContainerStream<FixedSizeDataVector<uint8_t>>;
template class CFX_ReadOnlyContainerStream<ByteString>;