@NoOffset
public static class tesseract.UNICHAR.const_iterator
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
const_iterator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get_utf8(byte[] buf) |
int |
get_utf8(ByteBuffer buf) |
int |
get_utf8(org.bytedeco.javacpp.BytePointer buf) |
tesseract.UNICHAR.const_iterator |
increment() |
boolean |
is_legal() |
int |
multiply() |
org.bytedeco.javacpp.BytePointer |
utf8_data() |
int |
utf8_len() |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic const_iterator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@ByRef @Name(value="operator ++") public tesseract.UNICHAR.const_iterator increment()
@Name(value="operator *") public int multiply()
public int get_utf8(@Cast(value="char*")
org.bytedeco.javacpp.BytePointer buf)
public int get_utf8(@Cast(value="char*")
ByteBuffer buf)
public int get_utf8(@Cast(value="char*")
byte[] buf)
public int utf8_len()
@Cast(value="bool") public boolean is_legal()
@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer utf8_data()
Copyright © 2018. All rights reserved.