Modifier and Type | Method and Description |
---|---|
static MP3Frame |
createFrameIfPresent(java.io.InputStream inp)
Returns the next ID3v2 Frame in
the file, or null if the next batch of data
doesn't correspond to either an ID3v2 header.
|
byte[] |
getData() |
byte[] |
getExtendedHeader() |
int |
getFlags() |
int |
getLength() |
int |
getMajorVersion() |
int |
getMinorVersion() |
public int getMajorVersion()
public int getMinorVersion()
public int getFlags()
public int getLength()
public byte[] getExtendedHeader()
public byte[] getData()
public static MP3Frame createFrameIfPresent(java.io.InputStream inp) throws java.io.IOException
PushbackInputStream
, the bytes read so far are pushed back so
that they can be read again.
ID3v2 Frames should come before all Audio ones.java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved