Uses of Class
io.github.classgraph.Resource
-
Packages that use Resource Package Description io.github.classgraph -
-
Uses of Resource in io.github.classgraph
Methods in io.github.classgraph that return Resource Modifier and Type Method Description Resource
ClassInfo. getResource()
Methods in io.github.classgraph with parameters of type Resource Modifier and Type Method Description void
ResourceList.ByteArrayConsumer. accept(Resource resource, byte[] byteArray)
Consume the complete content of aResource
as a byte array.void
ResourceList.ByteBufferConsumer. accept(Resource resource, java.nio.ByteBuffer byteBuffer)
Consume aResource
as aByteBuffer
.void
ResourceList.InputStreamConsumer. accept(Resource resource, java.io.InputStream inputStream)
Consume aResource
as anInputStream
.boolean
ResourceList.ResourceFilter. accept(Resource resource)
Whether or not to allow aResource
list item through the filter.int
Resource. compareTo(Resource o)
Constructors in io.github.classgraph with parameters of type Resource Constructor Description InputStreamResourceCloser(Resource parentResource, java.io.InputStream inputStream)
-