@ProviderType
public interface Attribute
| Modifier and Type | Method and Description |
|---|---|
int |
attribute_length() |
static int |
attributes_length(Attribute[] attributes) |
String |
name() |
static Attribute |
readAttribute(DataInput in,
ConstantPool constant_pool) |
static Attribute[] |
readAttributes(DataInput in,
ConstantPool constant_pool) |
void |
write(DataOutput out,
ConstantPool constant_pool) |
static void |
writeAttributes(DataOutput out,
ConstantPool constant_pool,
Attribute[] attributes) |
String name()
void write(DataOutput out, ConstantPool constant_pool) throws IOException
IOExceptionint attribute_length()
static Attribute[] readAttributes(DataInput in, ConstantPool constant_pool) throws IOException
IOExceptionstatic Attribute readAttribute(DataInput in, ConstantPool constant_pool) throws IOException
IOExceptionstatic void writeAttributes(DataOutput out, ConstantPool constant_pool, Attribute[] attributes) throws IOException
IOExceptionstatic int attributes_length(Attribute[] attributes)
Copyright © 2021. All rights reserved.