1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_javax_sound_sampled_AU_AUReader__
5 #define __gnu_javax_sound_sampled_AU_AUReader__
6 
7 #pragma interface
8 
9 #include <javax/sound/sampled/spi/AudioFileReader.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace sound
17       {
18         namespace sampled
19         {
20           namespace AU
21           {
22               class AUReader;
23           }
24         }
25       }
26     }
27   }
28   namespace java
29   {
30     namespace net
31     {
32         class URL;
33     }
34   }
35   namespace javax
36   {
37     namespace sound
38     {
39       namespace sampled
40       {
41           class AudioFileFormat;
42           class AudioInputStream;
43       }
44     }
45   }
46 }
47 
48 class gnu::javax::sound::sampled::AU::AUReader : public ::javax::sound::sampled::spi::AudioFileReader
49 {
50 
51 public:
52   AUReader();
53   virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::File *);
54   virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::InputStream *);
55   virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::net::URL *);
56   virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::File *);
57   virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::InputStream *);
58   virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::net::URL *);
59   static ::java::lang::Class class$;
60 };
61 
62 #endif // __gnu_javax_sound_sampled_AU_AUReader__
63