@NoOffset
public static class tesseract.STRING
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
STRING() |
STRING(org.bytedeco.javacpp.BytePointer string) |
STRING(org.bytedeco.javacpp.BytePointer data,
int length) |
STRING(long size)
Native array allocator.
|
STRING(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
STRING(String string) |
STRING(String data,
int length) |
STRING(tesseract.STRING string) |
| Modifier and Type | Method and Description |
|---|---|
void |
add_str_double(org.bytedeco.javacpp.BytePointer str,
double number) |
void |
add_str_double(String str,
double number) |
void |
add_str_int(org.bytedeco.javacpp.BytePointer str,
int number) |
void |
add_str_int(String str,
int number) |
tesseract.STRING |
add(byte ch) |
tesseract.STRING |
add(tesseract.STRING string) |
tesseract.STRING |
addPut(byte ch) |
tesseract.STRING |
addPut(org.bytedeco.javacpp.BytePointer string) |
tesseract.STRING |
addPut(String string) |
tesseract.STRING |
addPut(tesseract.STRING string) |
void |
assign(org.bytedeco.javacpp.BytePointer cstr,
int len) |
void |
assign(String cstr,
int len) |
org.bytedeco.javacpp.BytePointer |
c_str() |
boolean |
contains(byte c) |
boolean |
DeSerialize(boolean swap,
org.bytedeco.javacpp.Pointer fp) |
boolean |
DeSerialize(tesseract.TFile fp) |
void |
ensure(int min_capacity) |
boolean |
equals(tesseract.STRING string) |
org.bytedeco.javacpp.BytePointer |
get(int index) |
int |
length() |
boolean |
notEquals(org.bytedeco.javacpp.BytePointer string) |
boolean |
notEquals(String string) |
boolean |
notEquals(tesseract.STRING string) |
tesseract.STRING |
position(long position) |
tesseract.STRING |
put(org.bytedeco.javacpp.BytePointer string) |
tesseract.STRING |
put(String string) |
tesseract.STRING |
put(tesseract.STRING string) |
boolean |
Serialize(org.bytedeco.javacpp.Pointer fp) |
boolean |
Serialize(tesseract.TFile fp) |
int |
size() |
static boolean |
SkipDeSerialize(tesseract.TFile fp) |
void |
split(byte c,
tesseract.StringGenericVector splited) |
org.bytedeco.javacpp.BytePointer |
strdup() |
org.bytedeco.javacpp.BytePointer |
string() |
void |
truncate_at(int index) |
int |
unsigned_size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic STRING(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public STRING(long size)
Pointer.position(long).public STRING()
public STRING(@Const @ByRef
tesseract.STRING string)
public STRING(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer string)
public STRING(String string)
public STRING(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer data,
int length)
public STRING(String data, int length)
public tesseract.STRING position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="bool")
public boolean Serialize(@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer fp)
@Cast(value="bool")
public boolean DeSerialize(@Cast(value="bool")
boolean swap,
@Cast(value="FILE*")
org.bytedeco.javacpp.Pointer fp)
@Cast(value="bool") public boolean Serialize(tesseract.TFile fp)
@Cast(value="bool") public boolean DeSerialize(tesseract.TFile fp)
@Cast(value="bool") public static boolean SkipDeSerialize(tesseract.TFile fp)
@Cast(value="bool") public boolean contains(byte c)
public int length()
public int size()
@Cast(value="uint32_t") public int unsigned_size()
@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer string()
@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer c_str()
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer strdup()
@Cast(value="char*") @ByRef @Name(value="operator []") public org.bytedeco.javacpp.BytePointer get(int index)
public void split(byte c,
tesseract.StringGenericVector splited)
public void truncate_at(int index)
@Cast(value="bool")
@Name(value="operator ==")
public boolean equals(@Const @ByRef
tesseract.STRING string)
@Cast(value="bool")
@Name(value="operator !=")
public boolean notEquals(@Const @ByRef
tesseract.STRING string)
@Cast(value="bool")
@Name(value="operator !=")
public boolean notEquals(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer string)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(String string)
@ByRef @Name(value="operator =") public tesseract.STRING put(@Cast(value="const char*") org.bytedeco.javacpp.BytePointer string)
@ByRef @Name(value="operator =") public tesseract.STRING put(String string)
@ByRef @Name(value="operator =") public tesseract.STRING put(@Const @ByRef tesseract.STRING string)
@ByVal @Name(value="operator +") public tesseract.STRING add(@Const @ByRef tesseract.STRING string)
@ByVal @Name(value="operator +") public tesseract.STRING add(byte ch)
@ByRef @Name(value="operator +=") public tesseract.STRING addPut(@Cast(value="const char*") org.bytedeco.javacpp.BytePointer string)
@ByRef @Name(value="operator +=") public tesseract.STRING addPut(String string)
@ByRef @Name(value="operator +=") public tesseract.STRING addPut(@Const @ByRef tesseract.STRING string)
@ByRef @Name(value="operator +=") public tesseract.STRING addPut(byte ch)
public void assign(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer cstr,
int len)
public void assign(String cstr, int len)
public void add_str_int(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer str,
int number)
public void add_str_int(String str, int number)
public void add_str_double(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer str,
double number)
public void add_str_double(String str, double number)
public void ensure(int min_capacity)
Copyright © 2018. All rights reserved.