org.jboss.classfilewriter.constpool
Class Utf8Entry
java.lang.Object
org.jboss.classfilewriter.constpool.ConstPoolEntry
org.jboss.classfilewriter.constpool.Utf8Entry
- All Implemented Interfaces:
- WritableEntry
public class Utf8Entry
- extends ConstPoolEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utf8Entry
public Utf8Entry(String data)
getType
public ConstPoolEntryType getType()
- Specified by:
getType
in class ConstPoolEntry
writeData
public void writeData(DataOutputStream stream)
throws IOException
- Specified by:
writeData
in class ConstPoolEntry
- Throws:
IOException
getData
public String getData()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.