|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagTextField
This interface extends the default field definition by methods for working
with human readable text.
A TagTextField does not store binary data.
Method Summary | |
---|---|
String |
getContent()
Returns the content of the field. |
String |
getEncoding()
Returns the current used charset encoding. |
void |
setContent(String content)
Sets the content of the field. |
void |
setEncoding(String encoding)
Sets the charset encoding used by the field. |
Methods inherited from interface entagged.audioformats.generic.TagField |
---|
copyContent, getId, getRawContent, isBinary, isBinary, isCommon, isEmpty, toString |
Method Detail |
---|
String getContent()
String getEncoding()
void setContent(String content)
content
- fields content.void setEncoding(String encoding)
encoding
- charset.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |