Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
M
P
C
codesize
- package codesize
Codesize
- Class in
codesize
Codesize is a tool for calculating the code size of a Java class file or Java archive (JAR).
Codesize.Item
- Class in
codesize
Container which keeps information extracted by Codesize.
compareTo(Object)
- Method in class codesize.
Codesize.Item
Compares this item with another item based on their code sizes.
D
dump(List, PrintStream)
- Static method in class codesize.
Codesize
Dumps a list of Codesize items to the specified PrintStream.
G
getClassSize()
- Method in class codesize.
Codesize.Item
Returns the total size of all found class files.
getCodeSize()
- Method in class codesize.
Codesize.Item
Returns the total code size of all found class files.
getLocation()
- Method in class codesize.
Codesize.Item
Returns the file location of the item.
getNClassFiles()
- Method in class codesize.
Codesize.Item
Returns the number of found class files.
M
main(String[])
- Static method in class codesize.
Codesize
The main entry for running the Codesize tool from the command line.
P
processClassFile(File)
- Static method in class codesize.
Codesize
Extracts code size information for a class file.
processDirectory(File)
- Static method in class codesize.
Codesize
Extracts code size information for a directory.
processZipFile(File)
- Static method in class codesize.
Codesize
Extracts code size information for a zip file.
processZipFile(File, ZipInputStream)
- Static method in class codesize.
Codesize
Extracts code size information for a zip file given a ZipInputStream.
C
D
G
M
P
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes