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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [imageio/] [bmp/] [DecodeRLE8.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_imageio_bmp_DecodeRLE8__
5
#define __gnu_javax_imageio_bmp_DecodeRLE8__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/imageio/bmp/BMPDecoder.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace imageio
19
      {
20
        namespace bmp
21
        {
22
            class BMPFileHeader;
23
            class BMPInfoHeader;
24
            class DecodeRLE8;
25
        }
26
      }
27
    }
28
  }
29
  namespace java
30
  {
31
    namespace awt
32
    {
33
      namespace image
34
      {
35
          class BufferedImage;
36
      }
37
    }
38
  }
39
  namespace javax
40
  {
41
    namespace imageio
42
    {
43
      namespace stream
44
      {
45
          class ImageInputStream;
46
      }
47
    }
48
  }
49
}
50
 
51
class gnu::javax::imageio::bmp::DecodeRLE8 : public ::gnu::javax::imageio::bmp::BMPDecoder
52
{
53
 
54
public:
55
  DecodeRLE8(::gnu::javax::imageio::bmp::BMPFileHeader *, ::gnu::javax::imageio::bmp::BMPInfoHeader *);
56
  virtual ::java::awt::image::BufferedImage * decode(::javax::imageio::stream::ImageInputStream *);
57
private:
58
  JArray< jbyte > * uncompress(jint, jint, ::javax::imageio::stream::ImageInputStream *);
59
  static const jbyte ESCAPE = 0;
60
  static const jbyte EOL = 0;
61
  static const jbyte EOB = 1;
62
  static const jbyte DELTA = 2;
63
public:
64
  static ::java::lang::Class class$;
65
};
66
 
67
#endif // __gnu_javax_imageio_bmp_DecodeRLE8__

powered by: WebSVN 2.1.0

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