Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
G
I
M
S
W
C
com.voxbiblia.id3j
- package com.voxbiblia.id3j
compensate(int, int)
- Static method in class com.voxbiblia.id3j.
CRC32Compensator
Returns 4 bytes of data that compensates the CRC32 checksum of some data to match targetChecksum.
CRC32Compensator
- Class in
com.voxbiblia.id3j
The CRC32Compensator provides functionality to generate compensating data bytes that can be put into a byte stream to yield any CRC-32 checksum.
CRC32Compensator()
- Constructor for class com.voxbiblia.id3j.
CRC32Compensator
G
getAlbum()
- Method in class com.voxbiblia.id3j.
ID3Tag
getArtist()
- Method in class com.voxbiblia.id3j.
ID3Tag
getComment()
- Method in class com.voxbiblia.id3j.
ID3Tag
getGenre()
- Method in class com.voxbiblia.id3j.
ID3Tag
getLyrics()
- Method in class com.voxbiblia.id3j.
ID3Tag
getPicture()
- Method in class com.voxbiblia.id3j.
ID3Tag
getTagLength(byte[])
- Static method in class com.voxbiblia.id3j.
ID3Tool
Parses the tag header (the first 10 bytes of the ID3v2 tag) and returns the length of the tag in bytes, excluding the header.
getTitle()
- Method in class com.voxbiblia.id3j.
ID3Tag
getTrack()
- Method in class com.voxbiblia.id3j.
ID3Tag
I
ID3Serializer
- Class in
com.voxbiblia.id3j
Serializes music file metadata data into a ID3 version 2.3.0 tag byte stream that can be prepended to an MP3 file.
ID3Serializer()
- Constructor for class com.voxbiblia.id3j.
ID3Serializer
ID3Tag
- Class in
com.voxbiblia.id3j
Holds properties that goes into an ID3 tag of an MP3 file.
ID3Tag()
- Constructor for class com.voxbiblia.id3j.
ID3Tag
ID3Tool
- Class in
com.voxbiblia.id3j
A tool class used to serialize audio metadata for inclusion into an ID3 tag.
ID3Tool()
- Constructor for class com.voxbiblia.id3j.
ID3Tool
isCompilation()
- Method in class com.voxbiblia.id3j.
ID3Tag
M
merge(byte[], ID3Tag)
- Static method in class com.voxbiblia.id3j.
ID3Tool
Reads a serialized ID3 tag from
existing
and updates all frames that is set in the tag
updatedValues
.
S
serialize(ID3Tag)
- Method in class com.voxbiblia.id3j.
ID3Serializer
Serializes the data in the given
tag
into the returned byte array.
serialize(ID3Tag, byte[])
- Method in class com.voxbiblia.id3j.
ID3Serializer
Copies the frames from the tag previous, replacing any frames which are set in tag.
serialize(ID3Tag, byte[], boolean)
- Method in class com.voxbiblia.id3j.
ID3Serializer
Copies the frames from the tag previous, replacing any frames which are set in tag.
setAlbum(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
setArtist(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
setComment(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
setCompilation(boolean)
- Method in class com.voxbiblia.id3j.
ID3Tag
setGenre(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
setLyrics(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
setPadCount(int)
- Method in class com.voxbiblia.id3j.
ID3Serializer
Configures this serializer to add
padCount
null bytes at the end of the tag.
setPicture(byte[])
- Method in class com.voxbiblia.id3j.
ID3Tag
setTitle(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
setTrack(String)
- Method in class com.voxbiblia.id3j.
ID3Tag
W
writeToFile(File, ID3Tag)
- Static method in class com.voxbiblia.id3j.
ID3Tool
Converts the given tag instance to an ID3v2.3 byte stream and adds it to the target, replacing any existing tag.
C
G
I
M
S
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes