|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getContent()
Returns the content of the field. |
java.lang.String |
getEncoding()
Returns the current used charset encoding. |
void |
setContent(java.lang.String content)
Sets the content of the field. |
void |
setEncoding(java.lang.String encoding)
Sets the charset encoding used by the field. |
| Methods inherited from interface org.jaudiotagger.tag.TagField |
|---|
copyContent, getId, getRawContent, isBinary, isBinary, isCommon, isEmpty, toString |
| Method Detail |
|---|
java.lang.String getContent()
java.lang.String getEncoding()
void setContent(java.lang.String content)
content - fields content.void setEncoding(java.lang.String encoding)
encoding - charset.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||