proguard.classfile.io |
This package contains classes for reading and writing class files.
|
Java Source File Name | Type | Comment |
LibraryClassReader.java | Class | This ClassVisitor fills out the LibraryClass objects that it visits with data
from the given DataInput object. |
ProgramClassReader.java | Class | This ClassVisitor fills out the ProgramClass objects that it visits with data
from the given DataInput object. |
ProgramClassWriter.java | Class | This ClassVisitor writes out the ProgramClass objects that it visits to the
given DataOutput object. |
RuntimeDataInput.java | Class | This class delegates its method calls to the corresponding DataInput methods,
converting its IOExceptions to RuntimeExceptions. |
RuntimeDataOutput.java | Class | This class delegates its method calls to the corresponding DataOutput methods,
converting its IOExceptions to RuntimeExceptions. |