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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [zip/] [ZipConstants.h] - Rev 775

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

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_util_zip_ZipConstants__
#define __java_util_zip_ZipConstants__
 
#pragma interface
 
#include <java/lang/Object.h>
 
class java::util::zip::ZipConstants : public ::java::lang::Object
{
 
public:
  static const jint LOCHDR = 30;
  static const jlong LOCSIG = 67324752LL;
  static const jint LOCVER = 4;
  static const jint LOCFLG = 6;
  static const jint LOCHOW = 8;
  static const jint LOCTIM = 10;
  static const jint LOCCRC = 14;
  static const jint LOCSIZ = 18;
  static const jint LOCLEN = 22;
  static const jint LOCNAM = 26;
  static const jint LOCEXT = 28;
  static const jlong EXTSIG = 134695760LL;
  static const jint EXTHDR = 16;
  static const jint EXTCRC = 4;
  static const jint EXTSIZ = 8;
  static const jint EXTLEN = 12;
  static const jlong CENSIG = 33639248LL;
  static const jint CENHDR = 46;
  static const jint CENVEM = 4;
  static const jint CENVER = 6;
  static const jint CENFLG = 8;
  static const jint CENHOW = 10;
  static const jint CENTIM = 12;
  static const jint CENCRC = 16;
  static const jint CENSIZ = 20;
  static const jint CENLEN = 24;
  static const jint CENNAM = 28;
  static const jint CENEXT = 30;
  static const jint CENCOM = 32;
  static const jint CENDSK = 34;
  static const jint CENATT = 36;
  static const jint CENATX = 38;
  static const jint CENOFF = 42;
  static const jlong ENDSIG = 101010256LL;
  static const jint ENDHDR = 22;
  static const jint ENDSUB = 8;
  static const jint ENDTOT = 10;
  static const jint ENDSIZ = 12;
  static const jint ENDOFF = 16;
  static const jint ENDCOM = 20;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));
 
#endif // __java_util_zip_ZipConstants__
 

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

powered by: WebSVN 2.1.0

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