public abstract static class opencv_core.AbstractCvFileStorage extends Pointer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvFileStorage.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.AbstractCvFileStorage() |
opencv_core.AbstractCvFileStorage(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvFileStorage |
open(String filename,
opencv_core.CvMemStorage memstorage,
int flags) |
static opencv_core.CvFileStorage |
open(String filename,
opencv_core.CvMemStorage memstorage,
int flags,
String encoding) |
void |
release() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.AbstractCvFileStorage()
public opencv_core.AbstractCvFileStorage(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 © 2014. All Rights Reserved.