proguard.classfile
Class LibraryAttrInfo
java.lang.Object
proguard.classfile.LibraryAttrInfo
- public class LibraryAttrInfo
- extends Object
Representation of a light-weight library attribute.
|
Method Summary |
static void |
skip(DataInput din)
Skips LibraryAttrInfo from the data passed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryAttrInfo
public LibraryAttrInfo()
skip
public static void skip(DataInput din)
throws IOException
- Skips LibraryAttrInfo from the data passed.
- Throws:
IOException - if class file is corrupt or incomplete