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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [zip/] [ZipConstants.h] - Blame information for rev 774

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_zip_ZipConstants__
5
#define __java_util_zip_ZipConstants__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
 
11
class java::util::zip::ZipConstants : public ::java::lang::Object
12
{
13
 
14
public:
15
  static const jint LOCHDR = 30;
16
  static const jlong LOCSIG = 67324752LL;
17
  static const jint LOCVER = 4;
18
  static const jint LOCFLG = 6;
19
  static const jint LOCHOW = 8;
20
  static const jint LOCTIM = 10;
21
  static const jint LOCCRC = 14;
22
  static const jint LOCSIZ = 18;
23
  static const jint LOCLEN = 22;
24
  static const jint LOCNAM = 26;
25
  static const jint LOCEXT = 28;
26
  static const jlong EXTSIG = 134695760LL;
27
  static const jint EXTHDR = 16;
28
  static const jint EXTCRC = 4;
29
  static const jint EXTSIZ = 8;
30
  static const jint EXTLEN = 12;
31
  static const jlong CENSIG = 33639248LL;
32
  static const jint CENHDR = 46;
33
  static const jint CENVEM = 4;
34
  static const jint CENVER = 6;
35
  static const jint CENFLG = 8;
36
  static const jint CENHOW = 10;
37
  static const jint CENTIM = 12;
38
  static const jint CENCRC = 16;
39
  static const jint CENSIZ = 20;
40
  static const jint CENLEN = 24;
41
  static const jint CENNAM = 28;
42
  static const jint CENEXT = 30;
43
  static const jint CENCOM = 32;
44
  static const jint CENDSK = 34;
45
  static const jint CENATT = 36;
46
  static const jint CENATX = 38;
47
  static const jint CENOFF = 42;
48
  static const jlong ENDSIG = 101010256LL;
49
  static const jint ENDHDR = 22;
50
  static const jint ENDSUB = 8;
51
  static const jint ENDTOT = 10;
52
  static const jint ENDSIZ = 12;
53
  static const jint ENDOFF = 16;
54
  static const jint ENDCOM = 20;
55
  static ::java::lang::Class class$;
56
} __attribute__ ((java_interface));
57
 
58
#endif // __java_util_zip_ZipConstants__

powered by: WebSVN 2.1.0

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