| Home >> All >> org >> jempeg >> empeg >> [ core Javadoc ] |
org.jempeg.empeg.core: Javadoc index of package org.jempeg.empeg.core.
Package Samples:
org.jempeg.empeg.core
Classes:
FileMagic: This class parses audio files to determine their format and tagging, and exposes that information through a common interface. It uses the TFF Enterprises music tagging classes as its implementation of the ID3v1 and ID3v2.2/2.3 standards.
DynamicConfigFile: DynamicConfigFile is the data format that is used to represent an Empeg config file. This is essentially Windows INI format.
Wildcard: Wildcard is a parser for DOS-like regular expressions (i.e. supports * and ?). Note: Probably should switch to GNU regexp.
SeekableInputStream: SeekableInputStream is a Stream implementation that provides random access to the underlying data source.
FrameInfoExtract: FrameInfoExtract is used to parse MP3 frame info (sample rate, bitrate, VBR headers, etc.) from an MP3.
MemorySeekableInputStream: MemorySeekableInputStream is a an implementation of SeekableInputStream on an array of bytes.
FileSeekableInputStream: FileSeekableInputStream is a an implementation of SeekableInputStream on a File.
Timeout: Handles automatic timeouts.
| Home | Contact Us | Privacy Policy | Terms of Service |