public interface ObjectOpenFunction<T>
Modifier and Type | Method and Description |
---|---|
InputStream |
open(T object) |
default InputStream |
open(T object,
long start) |
InputStream open(T object) throws IOException
IOException
default InputStream open(T object, long start) throws IOException
IOException
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.