public static interface AutoSavingCache.IStreamFactory
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream(java.io.File dataPath,
java.io.File crcPath) |
java.io.OutputStream |
getOutputStream(java.io.File dataPath,
java.io.File crcPath) |
java.io.InputStream getInputStream(java.io.File dataPath, java.io.File crcPath) throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream(java.io.File dataPath, java.io.File crcPath) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Copyright © 2018 The Apache Software Foundation