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