public class NewAttributeBands.Replication extends NewAttributeBands.LayoutElement
Constructor and Description |
---|
Replication(String tag,
String contents) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeToBand(NewAttribute attribute,
InputStream inputStream) |
NewAttributeBands.Integral |
getCountElement() |
List<NewAttributeBands.LayoutElement> |
getLayoutElements() |
void |
pack(OutputStream out) |
void |
renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
getLength
public Replication(String tag, String contents) throws IOException
IOException
public void addAttributeToBand(NewAttribute attribute, InputStream inputStream)
public NewAttributeBands.Integral getCountElement()
public List<NewAttributeBands.LayoutElement> getLayoutElements()
public void pack(OutputStream out) throws IOException, Pack200Exception
IOException
Pack200Exception
public void renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label,Integer> labelsToOffsets)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.