public static final class ClassWriter.RawElement extends ClassWriter.Element
Constructor and Description |
---|
RawElement(byte[] buf,
int offset,
int len)
Create an Element for the 'len' bytes in 'buf' at offset 'offset'.
|
Modifier and Type | Method and Description |
---|---|
int |
copyInto(byte[] dest,
int destOffset)
Copy the bytes into 'buf' at offset 'offset'.
|
int |
getSize() |
public RawElement(byte[] buf, int offset, int len)
public int getSize()
getSize
in class ClassWriter.Element
public int copyInto(byte[] dest, int destOffset)
ClassWriter.Element
copyInto
in class ClassWriter.Element