mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 13:31:45 -07:00
implemented DataStoreGetFunction callback
This commit is contained in:
parent
4137246653
commit
d5fc2b39aa
2 changed files with 49 additions and 8 deletions
|
@ -29,10 +29,10 @@ package com.zerotierone.sdk;
|
|||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface DataStoreGetListener {
|
||||
public int onDataStoreGet(Node node,
|
||||
public long onDataStoreGet(
|
||||
String name,
|
||||
ByteBuffer buffer,
|
||||
byte[] out_buffer,
|
||||
long bufferSize,
|
||||
long index,
|
||||
Long out_objectSize);
|
||||
long bufferIndex,
|
||||
long[] out_objectSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue