ProGuard

proguard.classfile
Class LibraryAttrInfo

java.lang.Object
  extended byproguard.classfile.LibraryAttrInfo

public class LibraryAttrInfo
extends Object

Representation of a light-weight library attribute.


Constructor Summary
LibraryAttrInfo()
           
 
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
 

Constructor Detail

LibraryAttrInfo

public LibraryAttrInfo()
Method Detail

skip

public static void skip(DataInput din)
                 throws IOException
Skips LibraryAttrInfo from the data passed.

Throws:
IOException - if class file is corrupt or incomplete

ProGuard