Uses of Class
io.github.lukehutch.fastclasspathscanner.Resource
-
Packages that use Resource Package Description io.github.lukehutch.fastclasspathscanner -
-
Uses of Resource in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type Resource Modifier and Type Method Description void
ResourceList.ByteArrayConsumer. accept(Resource resource, byte[] byteArray)
void
ResourceList.ByteBufferConsumer. accept(Resource resource, ByteBuffer byteBuffer)
void
ResourceList.InputStreamConsumer. accept(Resource resource, InputStream inputStream)
int
Resource. compareTo(Resource o)
Constructor parameters in io.github.lukehutch.fastclasspathscanner with type arguments of type Resource Constructor Description ResourceList(Collection<Resource> collection)
-