| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi | |
| com.cosmian.jna.findex.serde | |
| com.cosmian.jna.findex.structs |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple<Uid32,ChainTableValue>> |
ChainTableDatabase.fetch(List<Uid32> uids)
Fetch the Chain Table lines for the list of given
Uid32. |
List<Tuple<Uid32,EntryTableValue>> |
EntryTableDatabase.fetch(List<Uid32> uids)
Fetch the Entry Table lines for the list of given
Uid32. |
| Modifier and Type | Method and Description |
|---|---|
static <L extends Leb128Serializable,R extends Leb128Serializable> |
FFiUtils.listOfTuplesToOutputPointer(List<Tuple<L,R>> list,
com.sun.jna.Pointer output,
com.sun.jna.ptr.IntByReference outputSize)
Serialize a list of tuple to a memory location specified by the Pointer; set its actual size in the pointed int.
|
| Modifier and Type | Method and Description |
|---|---|
static <LEFT extends Leb128Serializable,RIGHT extends Leb128Serializable> |
Leb128Reader.deserializeTuple(Class<? extends Leb128Serializable> clazzOfLeft,
Class<? extends Leb128Serializable> clazzOfRight,
byte[] bytes) |
<LEFT extends Leb128Serializable,RIGHT extends Leb128Serializable> |
Leb128Reader.readTuple(Class<? extends Leb128Serializable> clazzOfK,
Class<? extends Leb128Serializable> clazzOfV) |
| Modifier and Type | Method and Description |
|---|---|
static <LEFT extends Leb128Serializable,RIGHT extends Leb128Serializable> |
Leb128Writer.serializeTuple(Tuple<LEFT,RIGHT> tuple) |
<LEFT extends Leb128Serializable,RIGHT extends Leb128Serializable> |
Leb128Writer.writeTuple(Tuple<LEFT,RIGHT> tuple) |
| Modifier and Type | Method and Description |
|---|---|
static <LEFT extends Leb128Serializable,RIGHT extends Leb128Serializable> |
Leb128Writer.serializeListOfTuples(List<Tuple<LEFT,RIGHT>> list) |
<LEFT extends Leb128Serializable,RIGHT extends Leb128Serializable> |
Leb128Writer.writeListOfTuples(List<Tuple<LEFT,RIGHT>> list) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryTableValues |
Copyright © 2023. All rights reserved.