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 ResourceClassInfo. getResource()Methods in io.github.classgraph with parameters of type Resource Modifier and Type Method Description voidResourceList.ByteArrayConsumer. accept(Resource resource, byte[] byteArray)Consume the complete content of aResourceas a byte array.voidResourceList.ByteBufferConsumer. accept(Resource resource, java.nio.ByteBuffer byteBuffer)Consume aResourceas aByteBuffer.voidResourceList.InputStreamConsumer. accept(Resource resource, java.io.InputStream inputStream)Consume aResourceas anInputStream.booleanResourceList.ResourceFilter. accept(Resource resource)Whether or not to allow aResourcelist item through the filter.intResource. compareTo(Resource o)Constructors in io.github.classgraph with parameters of type Resource Constructor Description InputStreamResourceCloser(Resource parentResource, java.io.InputStream inputStream)
-