📄 index-all.html
字号:
<DD>
<DT><A HREF="helliker/id3/ID3v1Tag.html#getAlbum()"><B>getAlbum()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v1Tag.html">ID3v1Tag</A>
<DD>Return the album field of the tag
<DT><A HREF="helliker/id3/MP3File.html#getAlbum()"><B>getAlbum()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the album of the mp3 if set and the empty string if not.
<DT><A HREF="helliker/id3/ID3v1Tag.html#getArtist()"><B>getArtist()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v1Tag.html">ID3v1Tag</A>
<DD>Return the artist field of the tag
<DT><A HREF="helliker/id3/MP3File.html#getArtist()"><B>getArtist()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the artist of the mp3 if set and the empty string if not.
<DT><A HREF="helliker/id3/MP3File.html#getBitRate()"><B>getBitRate()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the bit rate of this mp3 in kbps.
<DT><A HREF="helliker/id3/MPEGAudioFrameHeader.html#getBitRate()"><B>getBitRate()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MPEGAudioFrameHeader.html">MPEGAudioFrameHeader</A>
<DD>Returns the bitrate of the mpeg in kbps
<DT><A HREF="helliker/id3/ID3v2ExtendedHeader.html#getBytes()"><B>getBytes()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2ExtendedHeader.html">ID3v2ExtendedHeader</A>
<DD>Return an array of bytes representing this extended header in the standard format to be written to a file.
<DT><A HREF="helliker/id3/ID3v2Footer.html#getBytes()"><B>getBytes()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Footer.html">ID3v2Footer</A>
<DD>Return an array of bytes representing the footer.
<DT><A HREF="helliker/id3/ID3v2Frames.html#getBytes()"><B>getBytes()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frames.html">ID3v2Frames</A>
<DD>Return an array bytes containing all frames contained in this object.
<DT><A HREF="helliker/id3/ID3v2Header.html#getBytes()"><B>getBytes()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Header.html">ID3v2Header</A>
<DD>Return an array of bytes representing the header.
<DT><A HREF="helliker/id3/ID3v2Tag.html#getBytes()"><B>getBytes()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Tag.html">ID3v2Tag</A>
<DD>Return a binary representation of this object to be written to a file.
<DT><A HREF="helliker/id3/MPEGAudioFrameHeader.html#getChannelMode()"><B>getChannelMode()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MPEGAudioFrameHeader.html">MPEGAudioFrameHeader</A>
<DD>Return the channel mode of the mpeg in string form.
<DT><A HREF="helliker/id3/ID3v1Tag.html#getComment()"><B>getComment()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v1Tag.html">ID3v1Tag</A>
<DD>Return the comment field of the tag
<DT><A HREF="helliker/id3/MP3File.html#getComment()"><B>getComment()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the comment field of this mp3 if set and the empty string if not.
<DT><A HREF="helliker/id3/MP3File.html#getComposer()"><B>getComposer()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the composer of this mp3 if set and the empty string if not (id3v2 only).
<DT><A HREF="helliker/id3/ID3v2Frame.html#getCompressed()"><B>getCompressed()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns true if this frame is compressed
<DT><A HREF="helliker/id3/MP3File.html#getCopyrightInfo()"><B>getCopyrightInfo()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the copyright info of this mp3 if set and the empty string if not (id3v2 only).
<DT><A HREF="helliker/id3/ID3v2ExtendedHeader.html#getCRC()"><B>getCRC()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2ExtendedHeader.html">ID3v2ExtendedHeader</A>
<DD>If there is crc data in the extended header, then the attached 5 byte crc will be returned.
<DT><A HREF="helliker/id3/ID3v2ExtendedHeader.html#getCRCed()"><B>getCRCed()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2ExtendedHeader.html">ID3v2ExtendedHeader</A>
<DD>Returns true if CRC information is provided for this tag
<DT><A HREF="helliker/id3/ID3v2Frame.html#getDataLength()"><B>getDataLength()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>If a length indicator has been added, the length of the data is returned.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getDataString()"><B>getDataString()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>If possible, this method attempts to convert textual part of the data into a string.
<DT><A HREF="helliker/id3/MPEGAudioFrameHeader.html#getEmphasis()"><B>getEmphasis()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MPEGAudioFrameHeader.html">MPEGAudioFrameHeader</A>
<DD>Returns the emphasis.
<DT><A HREF="helliker/id3/MP3File.html#getEncodedBy()"><B>getEncodedBy()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns who encoded this mp3 if set and the empty string if not (id3v2 only).
<DT><A HREF="helliker/id3/ID3v2Frame.html#getEncrypted()"><B>getEncrypted()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns true if this frame is encrypted
<DT><A HREF="helliker/id3/ID3v2Frame.html#getEncryptionType()"><B>getEncryptionType()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>If encrypted, this returns the encryption method byte.
<DT><A HREF="helliker/id3/ID3v2Footer.html#getExperimental()"><B>getExperimental()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Footer.html">ID3v2Footer</A>
<DD>Returns true if the experimental bit of this footer is set.
<DT><A HREF="helliker/id3/ID3v2Header.html#getExperimental()"><B>getExperimental()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Header.html">ID3v2Header</A>
<DD>Returns true if the experimental bit of this header is set.
<DT><A HREF="helliker/id3/ID3v2Footer.html#getExtendedFooter()"><B>getExtendedFooter()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Footer.html">ID3v2Footer</A>
<DD>Returns true if this tag has an extended footer.
<DT><A HREF="helliker/id3/ID3v2Header.html#getExtendedHeader()"><B>getExtendedHeader()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Header.html">ID3v2Header</A>
<DD>Returns true if this tag has an extended header.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getFileAlterDiscard()"><B>getFileAlterDiscard()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns true if the file alter preservation bit has been set.
<DT><A HREF="helliker/id3/MP3File.html#getFileName()"><B>getFileName()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the filename of this MP3File.
<DT><A HREF="helliker/id3/MP3File.html#getFileSize()"><B>getFileSize()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Return the filesize of this MP3File (in bytes).
<DT><A HREF="helliker/id3/ID3v2Footer.html#getFooter()"><B>getFooter()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Footer.html">ID3v2Footer</A>
<DD>Returns true if this tag has a footer.
<DT><A HREF="helliker/id3/ID3v2Header.html#getFooter()"><B>getFooter()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Header.html">ID3v2Header</A>
<DD>Returns true if this tag has a footer.
<DT><A HREF="helliker/id3/ID3v2Footer.html#getFooterSize()"><B>getFooterSize()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Footer.html">ID3v2Footer</A>
<DD>Returns the size (in bytes) of this footer.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getFrameBytes()"><B>getFrameBytes()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns a byte array representation of this frame that can be written to a file.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getFrameData()"><B>getFrameData()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns the data for this frame
<DT><A HREF="helliker/id3/ID3v2Tag.html#getFrameData(java.lang.String)"><B>getFrameData(String)</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Tag.html">ID3v2Tag</A>
<DD>Returns the data found in the frame specified by the id.
<DT><A HREF="helliker/id3/MP3File.html#getFrameDataBytes(java.lang.String)"><B>getFrameDataBytes(String)</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the data contained in the frame specified by the id (id3v2 only) .
<DT><A HREF="helliker/id3/ID3v2Tag.html#getFrameDataString(java.lang.String)"><B>getFrameDataString(String)</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Tag.html">ID3v2Tag</A>
<DD>Returns the textual information contained in the frame specified by the id.
<DT><A HREF="helliker/id3/MP3File.html#getFrameDataString(java.lang.String)"><B>getFrameDataString(String)</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the textual information contained in the frame specifed by the id.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getFrameLength()"><B>getFrameLength()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Return the length of this frame in bytes, including the header.
<DT><A HREF="helliker/id3/ID3v1Tag.html#getGenre()"><B>getGenre()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v1Tag.html">ID3v1Tag</A>
<DD>Return the genre field of the tag
<DT><A HREF="helliker/id3/MP3File.html#getGenre()"><B>getGenre()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MP3File.html">MP3File</A>
<DD>Returns the genre of this mp3 if set and the empty string if not.
<DT><A HREF="helliker/id3/NullsoftID3GenreTable.html#getGenre(int)"><B>getGenre(int)</B></A> -
Static method in class helliker.id3.<A HREF="helliker/id3/NullsoftID3GenreTable.html">NullsoftID3GenreTable</A>
<DD>Return the corresponding String for the integer coded provided.
<DT><A HREF="helliker/id3/NullsoftID3GenreTable.html#getGenre(java.lang.String)"><B>getGenre(String)</B></A> -
Static method in class helliker.id3.<A HREF="helliker/id3/NullsoftID3GenreTable.html">NullsoftID3GenreTable</A>
<DD>Tries to find the string provided in the table and returns the corresponding int code if successful.
<DT><A HREF="helliker/id3/NullsoftID3GenreTable.html#getGenres()"><B>getGenres()</B></A> -
Static method in class helliker.id3.<A HREF="helliker/id3/NullsoftID3GenreTable.html">NullsoftID3GenreTable</A>
<DD>Returns an array of all the genres which can be used to put into an OptionPane or some other component for easy display.
<DT><A HREF="helliker/id3/ID3v1Tag.html#getGenreString()"><B>getGenreString()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v1Tag.html">ID3v1Tag</A>
<DD>Return the genre name based on the ID3/Nullsoft standards.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getGroup()"><B>getGroup()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns the group identifier if added.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getGrouped()"><B>getGrouped()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns true if this frame is a part of a group
<DT><A HREF="helliker/id3/ID3v2Header.html#getHeaderSize()"><B>getHeaderSize()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Header.html">ID3v2Header</A>
<DD>Returns the size (in bytes) of this header.
<DT><A HREF="helliker/id3/ID3v2ExtendedHeader.html#getImageEncode()"><B>getImageEncode()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2ExtendedHeader.html">ID3v2ExtendedHeader</A>
<DD>Returns true if the image encode flag is set
<DT><A HREF="helliker/id3/ID3v2ExtendedHeader.html#getImageRestriction()"><B>getImageRestriction()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2ExtendedHeader.html">ID3v2ExtendedHeader</A>
<DD>Returns the value of the image restriction field or -1 if not set
<DT><A HREF="helliker/id3/MPEGAudioFrameHeader.html#getLayer()"><B>getLayer()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/MPEGAudioFrameHeader.html">MPEGAudioFrameHeader</A>
<DD>Return the layer description of the mpeg in string form.
<DT><A HREF="helliker/id3/ID3v2Frames.html#getLength()"><B>getLength()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frames.html">ID3v2Frames</A>
<DD>Returns the length in bytes of all the frames contained in this object.
<DT><A HREF="helliker/id3/ID3v2Frame.html#getLengthIndicator()"><B>getLengthIndicator()</B></A> -
Method in class helliker.id3.<A HREF="helliker/id3/ID3v2Frame.html">ID3v2Frame</A>
<DD>Returns true if this frame has a length indicator added
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -