summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/JEditorPane$PageStream.h
blob: b4591b722e14bf28bc477b3eb6a4d10f78e59d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_JEditorPane$PageStream__
#define __javax_swing_JEditorPane$PageStream__

#pragma interface

#include <java/io/FilterInputStream.h>
#include <gcj/array.h>

extern "Java"
{
  namespace javax
  {
    namespace swing
    {
        class JEditorPane;
        class JEditorPane$PageStream;
    }
  }
}

class javax::swing::JEditorPane$PageStream : public ::java::io::FilterInputStream
{

public: // actually protected
  JEditorPane$PageStream(::javax::swing::JEditorPane *, ::java::io::InputStream *);
private:
  void checkCancelled();
public: // actually package-private
  virtual void cancel();
public:
  virtual jint read();
  virtual jint read(JArray< jbyte > *, jint, jint);
  virtual jlong skip(jlong);
  virtual jint available();
  virtual void reset();
private:
  jboolean __attribute__((aligned(__alignof__( ::java::io::FilterInputStream)))) cancelled;
public: // actually package-private
  ::javax::swing::JEditorPane * this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_JEditorPane$PageStream__