Uses of Class
io.github.classgraph.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in io.github.classgraph
Fields in io.github.classgraph declared as ResourceModifier and TypeFieldDescriptionprotected ResourceClassInfo.classfileResourceTheResourcefor the classfile of this class.Methods in io.github.classgraph that return ResourceModifier and TypeMethodDescriptionClassInfo.getResource()TheResourcefor the classfile of this class.Methods in io.github.classgraph with parameters of type ResourceModifier and TypeMethodDescriptionvoidConsume the complete content of aResourceas a byte array.voidConsume the complete content of aResourceas a byte array, possibly throwingIOException.voidResourceList.ByteBufferConsumer.accept(Resource resource, ByteBuffer byteBuffer) voidResourceList.ByteBufferConsumerThrowsIOException.accept(Resource resource, ByteBuffer byteBuffer) Consume the complete content of aResourceas a byte array.voidResourceList.InputStreamConsumer.accept(Resource resource, InputStream inputStream) Consume aResourceas anInputStream.voidResourceList.InputStreamConsumerThrowsIOException.accept(Resource resource, InputStream inputStream) Consume the complete content of aResourceas a byte array, possibly throwingIOException.booleanWhether or not to allow aResourcelist item through the filter.intCompare to.Constructors in io.github.classgraph with parameters of type ResourceModifierConstructorDescriptionprotectedConstructor.Constructor parameters in io.github.classgraph with type arguments of type ResourceModifierConstructorDescriptionResourceList(Collection<Resource> resourceCollection) Create a new modifiable emptyResourceList, given an initial collection ofResourceobjects. -
Uses of Resource in nonapi.io.github.classgraph.fileslice
Methods in nonapi.io.github.classgraph.fileslice with parameters of type Resource -
Uses of Resource in nonapi.io.github.classgraph.fileslice.reader
Constructors in nonapi.io.github.classgraph.fileslice.reader with parameters of type ResourceModifierConstructorDescriptionClassfileReader(InputStream inputStream, Resource resourceToClose) Constructor for reader of moduleInputStream(which is not deflated).ClassfileReader(Slice slice, Resource resourceToClose) Constructor.