Constructor and Description |
---|
SourceFileTag() |
SourceFileTag(String sourceFile) |
SourceFileTag(String sourceFile,
String path) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
String |
getName()
Returns the tag name.
|
String |
getSourceFile() |
byte[] |
getValue()
Returns the tag raw data.
|
void |
setAbsolutePath(String path) |
void |
setSourceFile(String srcFile) |
String |
toString() |
public SourceFileTag(String sourceFile)
public SourceFileTag()
public byte[] getValue()
Tag
public void setSourceFile(String srcFile)
public String getSourceFile()
public void setAbsolutePath(String path)
public String getAbsolutePath()