FileDocCategorySizeDatePackage
TagTextField.javaAPI DocJaudiotagger 2.0.41740Wed Mar 30 16:12:12 BST 2011org.jaudiotagger.tag

TagTextField

public interface TagTextField implements TagField
This interface extends the default field definition by methods for working with human readable text.
A TagTextField does not store binary data.
author
Rapha�l Slinckx

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetContent()
Returns the content of the field.

return
Content

public java.lang.StringgetEncoding()
Returns the current used charset encoding.

return
Charset encoding.

public voidsetContent(java.lang.String content)
Sets the content of the field.

param
content fields content.

public voidsetEncoding(java.lang.String encoding)
Sets the charset encoding used by the field.

param
encoding charset.