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

Subversion Repositories openrisc

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

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_CRC32__
5
#define __java_util_zip_CRC32__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::util::zip::CRC32 : public ::java::lang::Object
14
{
15
 
16
public:
17
  CRC32();
18
private:
19
  static JArray< jint > * make_crc_table();
20
public:
21
  virtual jlong getValue();
22
  virtual void reset();
23
  virtual void update(jint);
24
  virtual void update(JArray< jbyte > *, jint, jint);
25
  virtual void update(JArray< jbyte > *);
26
private:
27
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) crc;
28
  static JArray< jint > * crc_table;
29
public:
30
  static ::java::lang::Class class$;
31
};
32
 
33
#endif // __java_util_zip_CRC32__

powered by: WebSVN 2.1.0

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