Package io.github.classgraph
Interface ResourceList.InputStreamConsumer
- Enclosing class:
ResourceList
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Resource resource, InputStream inputStream) Consume aResource
as anInputStream
.
-
Method Details
-
accept
Consume aResource
as anInputStream
.- Parameters:
resource
- TheResource
used to open theInputStream
.inputStream
- TheInputStream
opened on the resource.
-