| Modifier and Type | Method and Description |
|---|---|
Resource |
ClassInfo.getResource()
The
Resource for the classfile of this class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceList.ResourceFilter.accept(Resource resource)
Whether or not to allow a
Resource list item through the filter. |
void |
ResourceList.ByteArrayConsumer.accept(Resource resource,
byte[] byteArray)
Consume the complete content of a
Resource as a byte array. |
void |
ResourceList.ByteArrayConsumerThrowsIOException.accept(Resource resource,
byte[] byteArray)
Consume the complete content of a
Resource as a byte array, possibly throwing
IOException. |
void |
ResourceList.ByteBufferConsumer.accept(Resource resource,
ByteBuffer byteBuffer)
|
void |
ResourceList.ByteBufferConsumerThrowsIOException.accept(Resource resource,
ByteBuffer byteBuffer)
Consume the complete content of a
Resource as a byte array. |
void |
ResourceList.InputStreamConsumer.accept(Resource resource,
InputStream inputStream)
Consume a
Resource as an InputStream. |
void |
ResourceList.InputStreamConsumerThrowsIOException.accept(Resource resource,
InputStream inputStream)
Consume the complete content of a
Resource as a byte array, possibly throwing
IOException. |
int |
Resource.compareTo(Resource o)
Compare to.
|
| Constructor and Description |
|---|
ResourceList(Collection<Resource> resourceCollection)
Create a new modifiable empty
ResourceList, given an initial collection of Resource objects. |
Copyright © 2024. All rights reserved.