提交 fcac9575 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 d287dfba
...@@ -65,7 +65,6 @@ public class FileStore { ...@@ -65,7 +65,6 @@ public class FileStore {
* @param handler the callback object * @param handler the callback object
* @param name the file name * @param name the file name
* @param mode the access mode ("r", "rw", "rws", "rwd") * @param mode the access mode ("r", "rw", "rws", "rwd")
* @param magic the magic file header
*/ */
protected FileStore(DataHandler handler, String name, String mode) throws SQLException { protected FileStore(DataHandler handler, String name, String mode) throws SQLException {
FileSystem fs = FileSystem.getInstance(name); FileSystem fs = FileSystem.getInstance(name);
...@@ -97,7 +96,6 @@ public class FileStore { ...@@ -97,7 +96,6 @@ public class FileStore {
* @param handler the data handler * @param handler the data handler
* @param name the file name * @param name the file name
* @param mode the access mode (r, rw, rws, rwd) * @param mode the access mode (r, rw, rws, rwd)
* @param magic the file header magic bytes
* @return the created object * @return the created object
*/ */
public static FileStore open(DataHandler handler, String name, String mode) throws SQLException { public static FileStore open(DataHandler handler, String name, String mode) throws SQLException {
...@@ -110,7 +108,6 @@ public class FileStore { ...@@ -110,7 +108,6 @@ public class FileStore {
* @param handler the data handler * @param handler the data handler
* @param name the file name * @param name the file name
* @param mode the access mode (r, rw, rws, rwd) * @param mode the access mode (r, rw, rws, rwd)
* @param magic the file header magic bytes
* @param cipher the name of the cipher algorithm * @param cipher the name of the cipher algorithm
* @param key the encryption key * @param key the encryption key
* @return the created object * @return the created object
...@@ -125,7 +122,6 @@ public class FileStore { ...@@ -125,7 +122,6 @@ public class FileStore {
* @param handler the data handler * @param handler the data handler
* @param name the file name * @param name the file name
* @param mode the access mode (r, rw, rws, rwd) * @param mode the access mode (r, rw, rws, rwd)
* @param magic the file header magic bytes
* @param cipher the name of the cipher algorithm * @param cipher the name of the cipher algorithm
* @param key the encryption key * @param key the encryption key
* @param keyIterations the number of iterations the key should be hashed * @param keyIterations the number of iterations the key should be hashed
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论