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

com.poiji.save.FileSaver Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.poiji.save;

import java.util.Collection;
import java.util.stream.Stream;

public interface FileSaver {

     void save(Collection data);

     void save(Stream data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy