|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.shrikeCT.ClassWriter.Element
com.ibm.wala.shrikeCT.ClassWriter.RawElement
public static final class ClassWriter.RawElement
A RawElement is an Element that is already available as some chunk of a byte buffer.
| Constructor Summary | |
|---|---|
ClassWriter.RawElement(byte[] buf,
int offset,
int len)
Create an Element for the 'len' bytes in 'buf' at offset 'offset'. |
|
| Method Summary | |
|---|---|
int |
copyInto(byte[] dest,
int destOffset)
Copy the bytes into 'buf' at offset 'offset'. |
int |
getSize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassWriter.RawElement(byte[] buf,
int offset,
int len)
| Method Detail |
|---|
public int getSize()
getSize in class ClassWriter.Element
public int copyInto(byte[] dest,
int destOffset)
ClassWriter.Element
copyInto in class ClassWriter.Element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||