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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [sound/] [sampled/] [WAV/] [WAVReader.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_sound_sampled_WAV_WAVReader__
5
#define __gnu_javax_sound_sampled_WAV_WAVReader__
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 WAV
21
          {
22
              class WAVReader;
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::WAV::WAVReader : public ::javax::sound::sampled::spi::AudioFileReader
49
{
50
 
51
public:
52
  WAVReader();
53
private:
54
  static jlong readUnsignedIntLE(::java::io::DataInputStream *);
55
  static jshort readUnsignedShortLE(::java::io::DataInputStream *);
56
public:
57
  virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::File *);
58
  virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::InputStream *);
59
  virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::net::URL *);
60
  virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::File *);
61
  virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::InputStream *);
62
  virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::net::URL *);
63
  static ::java::lang::Class class$;
64
};
65
 
66
#endif // __gnu_javax_sound_sampled_WAV_WAVReader__

powered by: WebSVN 2.1.0

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