// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __org_apache_lucene_index_CompoundFileReader$FileEntry__
#define __org_apache_lucene_index_CompoundFileReader$FileEntry__

#pragma interface

#include <java/lang/Object.h>

extern "Java"
{
  namespace org
  {
    namespace apache
    {
      namespace lucene
      {
        namespace index
        {
          class CompoundFileReader$FileEntry;
        }
      }
    }
  }
}

class org::apache::lucene::index::CompoundFileReader$FileEntry : public ::java::lang::Object
{
private:
  CompoundFileReader$FileEntry ();
public: // actually package-private
  jlong __attribute__((aligned(__alignof__( ::java::lang::Object ))))  offset;
  jlong length;

  friend class org_apache_lucene_index_CompoundFileReader$FileEntry;
  friend class org_apache_lucene_index_CompoundFileReader$1;
public:

  static ::java::lang::Class class$;
};

#endif /* __org_apache_lucene_index_CompoundFileReader$FileEntry__ */
