public class AbstractID3v2Frame.StatusFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte |
originalFlags |
protected static java.lang.String |
TYPE_FLAGS |
protected byte |
writeFlags |
Modifier | Constructor and Description |
---|---|
protected |
AbstractID3v2Frame.StatusFlags() |
Modifier and Type | Method and Description |
---|---|
void |
createStructure() |
boolean |
equals(java.lang.Object obj) |
byte |
getOriginalFlags()
This returns the flags as they were originally read or created
|
byte |
getWriteFlags()
This returns the flags amended to meet specification
|
protected static final java.lang.String TYPE_FLAGS
protected byte originalFlags
protected byte writeFlags
public byte getOriginalFlags()
public byte getWriteFlags()
public void createStructure()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2005-2013 java.net. All Rights Reserved.