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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [jar/] [JarInputStream.h] - Blame information for rev 841

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_jar_JarInputStream__
5
#define __java_util_jar_JarInputStream__
6
 
7
#pragma interface
8
 
9
#include <java/util/zip/ZipInputStream.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::util::jar::JarInputStream : public ::java::util::zip::ZipInputStream
14
{
15
 
16
public:
17
  JarInputStream(::java::io::InputStream *);
18
  JarInputStream(::java::io::InputStream *, jboolean);
19
private:
20
  void readManifest(jboolean);
21
public: // actually protected
22
  virtual ::java::util::zip::ZipEntry * createZipEntry(::java::lang::String *);
23
public:
24
  virtual ::java::util::jar::Manifest * getManifest();
25
  virtual ::java::util::zip::ZipEntry * getNextEntry();
26
  virtual ::java::util::jar::JarEntry * getNextJarEntry();
27
  virtual jint read(JArray< jbyte > *, jint, jint);
28
private:
29
  ::java::util::jar::Manifest * __attribute__((aligned(__alignof__( ::java::util::zip::ZipInputStream)))) manifest;
30
  ::java::util::jar::JarEntry * firstEntry;
31
public:
32
  static ::java::lang::Class class$;
33
};
34
 
35
#endif // __java_util_jar_JarInputStream__

powered by: WebSVN 2.1.0

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