Package org.jaudiotagger.tag.datatype

Examples of org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated


    /**
     * This is different to other text Frames
     */
    protected void setupObjectList() {
        objectList.add(new NumberHashMap(DataTypes.OBJ_TEXT_ENCODING, this, TextEncoding.TEXT_ENCODING_FIELD_SIZE));
        objectList.add(new TextEncodedStringNullTerminated(DataTypes.OBJ_DESCRIPTION, this));
        objectList.add(new TextEncodedStringSizeTerminated(DataTypes.OBJ_TEXT, this));
    }
View Full Code Here

TOP

Related Classes of org.jaudiotagger.tag.datatype.TextEncodedStringNullTerminated

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.