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 / OfflineSorter$ByteSequencesWriter.h
Size: Mime:
#ifndef org_apache_lucene_util_OfflineSorter$ByteSequencesWriter_H
#define org_apache_lucene_util_OfflineSorter$ByteSequencesWriter_H

#include "java/lang/Object.h"

namespace java {
  namespace lang {
    class Class;
  }
  namespace io {
    class IOException;
    class Closeable;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace store {
        class IndexOutput;
      }
      namespace util {
        class BytesRef;
      }
    }
  }
}
template<class T> class JArray;

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

        class OfflineSorter$ByteSequencesWriter : public ::java::lang::Object {
         public:
          enum {
            mid_init$_44b28201a3c22828,
            mid_close_d7775b228e076e62,
            mid_write_56afe0077fbf95be,
            mid_write_0fce1b0b1e1dc066,
            mid_write_572579157b228a11,
            max_mid
          };

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

          explicit OfflineSorter$ByteSequencesWriter(jobject obj) : ::java::lang::Object(obj) {
            if (obj != NULL && mids$ == NULL)
              env->getClass(initializeClass);
          }
          OfflineSorter$ByteSequencesWriter(const OfflineSorter$ByteSequencesWriter& obj) : ::java::lang::Object(obj) {}

          OfflineSorter$ByteSequencesWriter(const ::org::apache::lucene::store::IndexOutput &);

          void close() const;
          void write(const ::org::apache::lucene::util::BytesRef &) const;
          void write(const JArray< jbyte > &) const;
          void write(const JArray< jbyte > &, jint, jint) const;
        };
      }
    }
  }
}

#include <Python.h>

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

        class t_OfflineSorter$ByteSequencesWriter {
        public:
          PyObject_HEAD
          OfflineSorter$ByteSequencesWriter object;
          static PyObject *wrap_Object(const OfflineSorter$ByteSequencesWriter&);
          static PyObject *wrap_jobject(const jobject&);
          static void install(PyObject *module);
          static void initialize(PyObject *module);
        };
      }
    }
  }
}

#endif