public class ReferencedClasses extends Object
| Modifier | Constructor and Description |
|---|---|
private |
ReferencedClasses()
This class cannot be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
compute(InputStream in)
Computes the classes referred to by another class.
|
public static Set compute(InputStream in) throws IOException
in - the input stream containing the class bytecodesIOException - if a I/O failure occurs while reading the class
bytecodesCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.