public abstract static class opencv_core.AbstractCvFileStorage
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvFileStorage.ReleaseDeallocator |
| Constructor and Description |
|---|
AbstractCvFileStorage(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvFileStorage |
open(String filename,
opencv_core.CvMemStorage memstorage,
int flags)
Calls cvOpenFileStorage(), and registers a deallocator.
|
static opencv_core.CvFileStorage |
open(String filename,
opencv_core.CvMemStorage memstorage,
int flags,
String encoding)
Calls cvOpenFileStorage(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
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 AbstractCvFileStorage(org.bytedeco.javacpp.Pointer p)
public static opencv_core.CvFileStorage open(String filename, opencv_core.CvMemStorage memstorage, int flags)
public static opencv_core.CvFileStorage open(String filename, opencv_core.CvMemStorage memstorage, int flags, String encoding)
public void release()
Copyright © 2018. All rights reserved.