Interface FileAdaptor
-
public interface FileAdaptor
-
-
Field Summary
Fields Modifier and Type Field Description static FileAdaptor[]EMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Path path)InputStreamapply(InputStream inputStream)
-
-
-
Field Detail
-
EMPTY
static final FileAdaptor[] EMPTY
-
-
Method Detail
-
accept
boolean accept(Path path)
-
apply
InputStream apply(InputStream inputStream) throws Exception
- Throws:
Exception
-
-