mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
don't need to pass buffer size because java arrays have a .length member
This commit is contained in:
@ -32,7 +32,6 @@ public interface DataStoreGetListener {
|
||||
public long onDataStoreGet(
|
||||
String name,
|
||||
byte[] out_buffer,
|
||||
long bufferSize,
|
||||
long bufferIndex,
|
||||
long[] out_objectSize);
|
||||
}
|
||||
|
Reference in New Issue
Block a user