Interface ObjectOpenFunction<T>
-
public interface ObjectOpenFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description InputStreamopen(T object)default InputStreamopen(T object, long start)
-
-
-
Method Detail
-
open
InputStream open(T object) throws IOException
- Throws:
IOException
-
open
default InputStream open(T object, long start) throws IOException
- Throws:
IOException
-
-