Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lucene / include / org / apache / lucene / util / PagedBytes$PagedBytesDataOutput.h
Size: Mime:
#ifndef org_apache_lucene_util_PagedBytes$PagedBytesDataOutput_H
#define org_apache_lucene_util_PagedBytes$PagedBytesDataOutput_H

#include "org/apache/lucene/store/DataOutput.h"

namespace java {
  namespace lang {
    class Class;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        class PagedBytes;
      }
    }
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace util {

        class PagedBytes$PagedBytesDataOutput : public ::org::apache::lucene::store::DataOutput {
         public:
          enum {
            mid_init$_25452e2343e3f1fd,
            mid_getPosition_062ad918b5794303,
            mid_writeByte_fb3f7572a3943c8b,
            mid_writeBytes_572579157b228a11,
            max_mid
          };

          static ::java::lang::Class *class$;
          static jmethodID *mids$;
          static bool live$;
          static jclass initializeClass(bool);

          explicit PagedBytes$PagedBytesDataOutput(jobject obj) : ::org::apache::lucene::store::DataOutput(obj) {
            if (obj != NULL && mids$ == NULL)
              env->getClass(initializeClass);
          }
          PagedBytes$PagedBytesDataOutput(const PagedBytes$PagedBytesDataOutput& obj) : ::org::apache::lucene::store::DataOutput(obj) {}

          PagedBytes$PagedBytesDataOutput(const ::org::apache::lucene::util::PagedBytes &);

          jlong getPosition() const;
          void writeByte(jbyte) const;
          void writeBytes(const JArray< jbyte > &, jint, jint) const;
        };
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        extern PyType_Def PY_TYPE_DEF(PagedBytes$PagedBytesDataOutput);
        extern PyTypeObject *PY_TYPE(PagedBytes$PagedBytesDataOutput);

        class t_PagedBytes$PagedBytesDataOutput {
        public:
          PyObject_HEAD
          PagedBytes$PagedBytesDataOutput object;
          static PyObject *wrap_Object(const PagedBytes$PagedBytesDataOutput&);
          static PyObject *wrap_jobject(const jobject&);
          static void install(PyObject *module);
          static void initialize(PyObject *module);
        };
      }
    }
  }
}

#endif