
com.yahoo.vespa.hosted.controller.restapi.billing.CsvResponse Maven / Gradle / Ivy
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.restapi.billing;
import com.yahoo.container.jdisc.HttpResponse;
import org.apache.commons.csv.CSVFormat;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.util.List;
/**
* @author ogronnesby
*/
class CsvResponse extends HttpResponse {
private final String[] header;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy