Uses of Class
loci.common.StreamHandle.Settings
-
Packages that use StreamHandle.Settings Package Description loci.common -
-
Uses of StreamHandle.Settings in loci.common
Methods in loci.common with parameters of type StreamHandle.Settings Modifier and Type Method Description static String
S3Handle. cacheObject(String url, StreamHandle.Settings s)
Download an S3 object to a file system cache if it doesn't already existConstructors in loci.common with parameters of type StreamHandle.Settings Constructor Description S3Handle(String uristr, boolean initialize, StreamHandle.Settings s)
Open an S3 file
-