org.onetwo.common.file.FileStorer Maven / Gradle / Ivy
package org.onetwo.common.file;
public interface FileStorer {
R write(StoringFileContext context);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package org.onetwo.common.file;
public interface FileStorer {
R write(StoringFileContext context);
}