@Namespace(value="tflite") @Properties(inherit=tensorflowlite.class) public class StderrReporter extends ErrorReporter
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
StderrReporter()
Default native constructor.
|
StderrReporter(long size)
Native array allocator.
|
StderrReporter(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
StderrReporter |
getPointer(long i) |
StderrReporter |
position(long position) |
int |
Report(BytePointer format,
Pointer args)
Converts
args to character equivalents according to format string,
constructs the error string and report it. |
int |
Report(String format,
Pointer args) |
Report, Report, ReportError, ReportError
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public StderrReporter()
public StderrReporter(long size)
Pointer.position(long)
.public StderrReporter(Pointer p)
Pointer(Pointer)
.public StderrReporter position(long position)
public StderrReporter getPointer(long i)
getPointer
in class Pointer
public int Report(@Cast(value="const char*") BytePointer format, @ByVal @Cast(value="va_list*") Pointer args)
ErrorReporter
args
to character equivalents according to format
string,
constructs the error string and report it.
Returns number of characters written or zero on success, and negative
number on error.Report
in class ErrorReporter
Copyright © 2025. All rights reserved.