Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_store_ByteBuffersDataOutput_H
#define org_apache_lucene_store_ByteBuffersDataOutput_H
#include "org/apache/lucene/store/DataOutput.h"
namespace java {
namespace lang {
class String;
class Class;
}
namespace util {
class Set;
class ArrayList;
class Map;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace util {
class Accountable;
}
namespace store {
class ByteBuffersDataInput;
class ByteBuffersDataOutput;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace store {
class ByteBuffersDataOutput : public ::org::apache::lucene::store::DataOutput {
public:
enum {
mid_init$_d7775b228e076e62,
mid_init$_ea21977c7b14e0c0,
mid_copyTo_d52a6c6e7cd0e6f1,
mid_newResettableInstance_80ea72df46f2ed5c,
mid_ramBytesUsed_062ad918b5794303,
mid_reset_d7775b228e076e62,
mid_size_062ad918b5794303,
mid_toArrayCopy_7e7da87ae816e9d4,
mid_toDataInput_21780f58a3823336,
mid_toString_a6d454b6117bc1ba,
mid_writeByte_fb3f7572a3943c8b,
mid_writeBytes_0fce1b0b1e1dc066,
mid_writeBytes_01dedb47074c38c9,
mid_writeBytes_572579157b228a11,
mid_writeInt_54889bef30791899,
mid_writeLong_ea21977c7b14e0c0,
mid_writeMapOfStrings_7f861190b8e19611,
mid_writeSetOfStrings_886840acb024c40a,
mid_writeShort_1dfaa9fc55b46a0d,
mid_writeString_d1402cb7ea6d4983,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit ByteBuffersDataOutput(jobject obj) : ::org::apache::lucene::store::DataOutput(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
ByteBuffersDataOutput(const ByteBuffersDataOutput& obj) : ::org::apache::lucene::store::DataOutput(obj) {}
static jint DEFAULT_MAX_BITS_PER_BLOCK;
static jint DEFAULT_MIN_BITS_PER_BLOCK;
ByteBuffersDataOutput();
ByteBuffersDataOutput(jlong);
void copyTo(const ::org::apache::lucene::store::DataOutput &) const;
static ByteBuffersDataOutput newResettableInstance();
jlong ramBytesUsed() const;
void reset() const;
jlong size() const;
JArray< jbyte > toArrayCopy() const;
::org::apache::lucene::store::ByteBuffersDataInput toDataInput() const;
::java::lang::String toString() const;
void writeByte(jbyte) const;
void writeBytes(const JArray< jbyte > &) const;
void writeBytes(const JArray< jbyte > &, jint) const;
void writeBytes(const JArray< jbyte > &, jint, jint) const;
void writeInt(jint) const;
void writeLong(jlong) const;
void writeMapOfStrings(const ::java::util::Map &) const;
void writeSetOfStrings(const ::java::util::Set &) const;
void writeShort(jshort) const;
void writeString(const ::java::lang::String &) const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace store {
extern PyType_Def PY_TYPE_DEF(ByteBuffersDataOutput);
extern PyTypeObject *PY_TYPE(ByteBuffersDataOutput);
class t_ByteBuffersDataOutput {
public:
PyObject_HEAD
ByteBuffersDataOutput object;
static PyObject *wrap_Object(const ByteBuffersDataOutput&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif