
com.poiji.bind.PoijiFile Maven / Gradle / Ivy
package com.poiji.bind;
import java.io.File;
import java.io.InputStream;
/**
* Created by hakan on 16/01/2017.
*/
public final class PoijiFile {
private final T t;
PoijiFile(T t) {
this.t = t;
}
/**
* the T derived from {@link InputStream}
* @return T
*/
public T file() {
return t;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy