public class AarLoader extends Object
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this loader, so that it can no longer be used to load new resources.
|
URL |
findResource(String name)
Finds the resource with the given name.
|
byte[] |
loadBytes(String name)
Loads bytes of the resource with the given name.
|
public URL findResource(String name)
name
- resource namepublic byte[] loadBytes(String name)
name
- resource namepublic void close()
Copyright © 2012–2017 SonarSource. All rights reserved.