com.judoscript.util.classfile
Class Attr.Custom

java.lang.Object
  extended by com.judoscript.util.classfile.Attr
      extended by com.judoscript.util.classfile.Attr.Custom
Enclosing class:
Attr

public static class Attr.Custom
extends Attr


Nested Class Summary
 
Nested classes/interfaces inherited from class com.judoscript.util.classfile.Attr
Attr.AttrInnerClasses, Attr.AttrLineNumberTable, Attr.Code, Attr.Custom, Attr.Exceptions, Attr.U2Value
 
Method Summary
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class com.judoscript.util.classfile.Attr
getName, printHtml, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Overrides:
write in class Attr
Throws:
java.io.IOException