@NoOffset public static class tesseract.STRING extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
tesseract.STRING() |
tesseract.STRING(BytePointer string) |
tesseract.STRING(BytePointer data,
int length) |
tesseract.STRING(long size)
Native array allocator.
|
tesseract.STRING(Pointer p)
Pointer cast constructor.
|
tesseract.STRING(String string) |
tesseract.STRING(String data,
int length) |
tesseract.STRING(tesseract.STRING string) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic tesseract.STRING(Pointer p)
Pointer.Pointer(Pointer).public tesseract.STRING(long size)
Pointer.position(long).public tesseract.STRING()
public tesseract.STRING(@Const@ByRef tesseract.STRING string)
public tesseract.STRING(@Cast(value="const char*") BytePointer string)
public tesseract.STRING(String string)
public tesseract.STRING(@Cast(value="const char*") BytePointer data, int length)
public tesseract.STRING(String data, int length)
public tesseract.STRING position(long position)
@Cast(value="bool") public boolean DeSerialize(@Cast(value="bool") boolean swap, @Cast(value="FILE*") Pointer fp)
@Cast(value="bool") public boolean Serialize(tesseract.TFile fp)
@Cast(value="bool") public boolean DeSerialize(@Cast(value="bool") boolean swap, tesseract.TFile fp)
@Cast(value="const char*") public BytePointer string()
@Cast(value="const char*") public BytePointer c_str()
@Cast(value="char*") public BytePointer strdup()
@Cast(value="char*") @ByRef @Name(value="operator []") public BytePointer get(@Cast(value="inT32") int index)
public void split(byte c,
tesseract.StringGenericVector splited)
@Cast(value="BOOL8") @Name(value="operator ==") public byte equals(@Const@ByRef tesseract.STRING string)
@Cast(value="BOOL8") @Name(value="operator !=") public byte notEquals(@Const@ByRef tesseract.STRING string)
@Cast(value="BOOL8") @Name(value="operator !=") public byte notEquals(@Cast(value="const char*") BytePointer string)
@ByRef @Name(value="operator =") public tesseract.STRING put(@Cast(value="const char*") 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*") 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*") BytePointer cstr, int len)
public void assign(String cstr, int len)
public void add_str_int(@Cast(value="const char*") BytePointer str, int number)
public void add_str_int(String str, int number)
public void add_str_double(@Cast(value="const char*") BytePointer str, double number)
public void add_str_double(String str, double number)
Copyright © 2016. All rights reserved.