entagged.audioformats.mp4.util
Class Mp4TagTextNumberField

java.lang.Object
  extended by entagged.audioformats.mp4.util.Mp4TagField
      extended by entagged.audioformats.mp4.util.Mp4TagTextField
          extended by entagged.audioformats.mp4.util.Mp4TagTextNumberField
All Implemented Interfaces:
TagField, TagTextField

public class Mp4TagTextNumberField
extends Mp4TagTextField


Field Summary
 
Fields inherited from class entagged.audioformats.mp4.util.Mp4TagTextField
content
 
Fields inherited from class entagged.audioformats.mp4.util.Mp4TagField
id
 
Constructor Summary
Mp4TagTextNumberField(String id, byte[] raw)
           
Mp4TagTextNumberField(String id, String n)
           
 
Method Summary
protected  void build(byte[] raw)
           
protected  byte[] getDataBytes()
           
 
Methods inherited from class entagged.audioformats.mp4.util.Mp4TagTextField
copyContent, getContent, getEncoding, getRawContent, isBinary, isEmpty, setContent, setEncoding, toString
 
Methods inherited from class entagged.audioformats.mp4.util.Mp4TagField
getId, getIdBytes, isBinary, isCommon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface entagged.audioformats.generic.TagField
getId, isBinary, isCommon
 

Constructor Detail

Mp4TagTextNumberField

public Mp4TagTextNumberField(String id,
                             String n)

Mp4TagTextNumberField

public Mp4TagTextNumberField(String id,
                             byte[] raw)
                      throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
Method Detail

getDataBytes

protected byte[] getDataBytes()
Overrides:
getDataBytes in class Mp4TagTextField

build

protected void build(byte[] raw)
              throws UnsupportedEncodingException
Overrides:
build in class Mp4TagTextField
Throws:
UnsupportedEncodingException


Copyright © 2007-2008. All Rights Reserved.