Uses of Interface
org.esau.ptarmigan.impl.ByteStreamSource

Packages that use ByteStreamSource
org.esau.ptarmigan.impl.filter The parser library for the default implementation. 
 

Uses of ByteStreamSource in org.esau.ptarmigan.impl.filter
 

Classes in org.esau.ptarmigan.impl.filter that implement ByteStreamSource
 class BinaryFilter
          BinaryFilter -- abstract filter for Binary sources
 class FLACFilter
          Extract metadata from FLAC native tag format
 class ID3v1Filter
          Extract metadata from an ID3v1 tag
 class ID3v2Filter
          Extract metadata from ID3v2 native tag format
 class MIDIFilter
          Extract metadata from MIDI native tag format.
 class MPEGFilter
          Extract metadata from MPEG frame data, if present
 class RIFFFilter
          Extract metadata from a Resource Interchange File Format (RIFF) native tag format.
 class VorbisCommentFilter
          Extract metadata from an OGG Vorbis native tag format Following the three header packets, all packets in a Vorbis I stream are audio.
 class VorbisFilter
          Extract metadata from an OGG Vorbis native tag format Following the three header packets, all packets in a Vorbis I stream are audio.
 class WMAFilter
          Extract metadata from WMA native tag format
 



Copyright © 2002 Reed Esau, All Rights Reserved.