Package web5.sdk.rust
Class RustBuffer
-
- All Implemented Interfaces:
@Structure.FieldOrder(value = {"capacity", "len", "data"}) public class RustBuffer extends Structure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRustBuffer.ByValuepublic final classRustBuffer.ByReference
-
Constructor Summary
Constructors Constructor Description RustBuffer()
-
Method Summary
Modifier and Type Method Description final ByteBufferasByteBuffer()-
Methods inherited from class com.sun.jna.Structure
autoRead, autoWrite, clear, dataEquals, dataEquals, equals, getAutoRead, getAutoWrite, getPointer, hashCode, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
asByteBuffer
final ByteBuffer asByteBuffer()
-
-
-
-