OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [sound/] [sampled/] [spi/] [AudioFileReader.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_sound_sampled_spi_AudioFileReader__
5
#define __javax_sound_sampled_spi_AudioFileReader__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace net
15
    {
16
        class URL;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace sound
22
    {
23
      namespace sampled
24
      {
25
          class AudioFileFormat;
26
          class AudioInputStream;
27
        namespace spi
28
        {
29
            class AudioFileReader;
30
        }
31
      }
32
    }
33
  }
34
}
35
 
36
class javax::sound::sampled::spi::AudioFileReader : public ::java::lang::Object
37
{
38
 
39
public:
40
  AudioFileReader();
41
  virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::File *) = 0;
42
  virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::InputStream *) = 0;
43
  virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::net::URL *) = 0;
44
  virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::File *) = 0;
45
  virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::InputStream *) = 0;
46
  virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::net::URL *) = 0;
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __javax_sound_sampled_spi_AudioFileReader__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.