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

#ifndef __org_apache_lucene_index_CompoundFileWriter$FileEntry__
#define __org_apache_lucene_index_CompoundFileWriter$FileEntry__

#pragma interface

#include <java/lang/Object.h>

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

class org::apache::lucene::index::CompoundFileWriter$FileEntry : public ::java::lang::Object
{
private:
  CompoundFileWriter$FileEntry ();
public: // actually package-private
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object )))) file;
  jlong directoryOffset;
  jlong dataOffset;

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

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

#endif /* __org_apache_lucene_index_CompoundFileWriter$FileEntry__ */
