All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.megatronking.svg.generator.writer.IBufferWriter Maven / Gradle / Ivy

There is a newer version: 1.3.6
Show newest version
package com.github.megatronking.svg.generator.writer;

import java.io.BufferedWriter;
import java.io.IOException;

public interface IBufferWriter {

    void write(BufferedWriter bw) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy