MmapCacheFileManagerBindings class
Bindings for src/mmap_cache_file_manager.h.
Regenerate bindings with flutter pub run ffigen --config ffigen.yaml.
Constructors
- MmapCacheFileManagerBindings(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary. -
MmapCacheFileManagerBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canUseMMapCacheFile(
Pointer< Char> mmapCacheFilePath) → int -
clearMMAPHeaderContentLength(
Pointer< Void> mmapFilePtr) → void -
flushMMapCacheFile(
) → void -
flushToTargetFile(
Pointer< Void> mmapFilePtr, Pointer<Char> filePath) → void -
forceFlushToFile(
) → void -
getContentTotalLength(
Pointer< Void> mmapFilePtr) → int -
getTargetFilePath(
Pointer< Void> mmapFilePtr) → Pointer<Char> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetMMAPHeader(
Pointer< Void> mmapFilePtr) → void -
setTargetFilePath(
Pointer< Char> targetFilePath) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateMMapHeaderContentLength(
Pointer< Void> mmapFilePtr) → void -
write2ToMMAPCacheFile(
Pointer< Char> message, int len) → void -
writeToMMAPCacheFile(
Pointer< Char> message) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited