|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextEncoding | |
org.blinkenlights.jid3.io | |
org.blinkenlights.jid3.v2 |
Uses of TextEncoding in org.blinkenlights.jid3.io |
Fields in org.blinkenlights.jid3.io declared as TextEncoding | |
static TextEncoding |
TextEncoding.ISO_8859_1
|
static TextEncoding |
TextEncoding.UNICODE
|
Methods in org.blinkenlights.jid3.io that return TextEncoding | |
static TextEncoding |
TextEncoding.getTextEncoding(int iEncoding)
Get the text encoding object represented by a given integer value. |
static TextEncoding |
TextEncoding.getTextEncoding(byte byEncoding)
Get the text encoding object represented by a given byte value. |
static TextEncoding |
TextEncoding.getDefaultTextEncoding()
Get the default text encoding which will be used in v2 frames, when not specified. |
Methods in org.blinkenlights.jid3.io with parameters of type TextEncoding | |
java.lang.String |
ID3DataInputStream.readStringToNull(TextEncoding oTextEncoding)
Read a string in the specified encoding format to null. |
java.lang.String |
ID3DataInputStream.readStringToNull(TextEncoding oTextEncoding,
int iMaxLength)
Read a string in the specified encoding format to null, not exceeding a predefined length. |
static void |
TextEncoding.setDefaultTextEncoding(TextEncoding oTextEncoding)
Set the default text encoding to be used in v2 frames, when not specified. |
Uses of TextEncoding in org.blinkenlights.jid3.v2 |
Methods in org.blinkenlights.jid3.v2 that return TextEncoding | |
TextEncoding |
APICID3V2Frame.getTextEncoding()
Get the text encoding used for the description in this frame. |
TextEncoding |
COMMID3V2Frame.getTextEncoding()
Get the text encoding used for the short description and actual text in this frame. |
TextEncoding |
COMRID3V2Frame.getTextEncoding()
Get the text encoding used for the name of seller and description in this frame. |
TextEncoding |
GEOBID3V2Frame.getTextEncoding()
Get the text encoding used for the filename and content description in this frame. |
TextEncoding |
IPLSID3V2Frame.getTextEncoding()
Get the text encoding used for the involved people in this frame. |
TextEncoding |
OWNEID3V2Frame.getTextEncoding()
Get the text encoding used for the seller in this frame. |
TextEncoding |
SYLTID3V2Frame.getTextEncoding()
Get the text encoding used for the content descriptor and text in this frame. |
TextEncoding |
USERID3V2Frame.getTextEncoding()
Get the text encoding used for the terms of use in this frame. |
TextEncoding |
USLTID3V2Frame.getTextEncoding()
Get the text encoding used for the content descriptor and lyrics in this frame. |
TextEncoding |
WXXXUrlLinkID3V2Frame.getTextEncoding()
Get the text encoding used for the description in this frame. |
Methods in org.blinkenlights.jid3.v2 with parameters of type TextEncoding | |
void |
APICID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the description in this frame. |
void |
COMMID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the short description and actual text in this frame. |
void |
COMRID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the name of seller and description in this frame. |
void |
GEOBID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the filename and content description in this frame. |
void |
IPLSID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the involved people in this frame. |
void |
OWNEID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the seller in this frame. |
void |
SYLTID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the content descriptor and text in this frame. |
void |
USERID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the terms of use in this frame. |
void |
USLTID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the content descriptor and lyrics in this frame. |
void |
WXXXUrlLinkID3V2Frame.setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the description in this frame. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |