Package org.freedesktop.harfbuzz
Class Blob
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.harfbuzz.Blob
- All Implemented Interfaces:
Proxy
Data type for blobs. A blob wraps a chunk of binary
data and facilitates its lifecycle management between
a client program and HarfBuzz.
-
Constructor Summary
ConstructorDescriptionBlob
(MemorySegment address) Create a Blob proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Blob
Create a Blob proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-