Uses of Class
io.github.fastclasspathscanner.Resource
-
Packages that use Resource Package Description io.github.fastclasspathscanner -
-
Uses of Resource in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner with parameters of type Resource Modifier and Type Method Description voidResourceList.ByteArrayConsumer. accept(Resource resource, byte[] byteArray)voidResourceList.ByteBufferConsumer. accept(Resource resource, ByteBuffer byteBuffer)voidResourceList.InputStreamConsumer. accept(Resource resource, InputStream inputStream)booleanResourceList.ResourceFilter. accept(Resource resource)Whether or not to allow aResourcelist item through the filter.intResource. compareTo(Resource o)Constructor parameters in io.github.fastclasspathscanner with type arguments of type Resource Constructor Description ResourceList(Collection<Resource> collection)
-