mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 13:01:47 -07:00
don't need to pass buffer size because java arrays have a .length member
This commit is contained in:
parent
d5fc2b39aa
commit
53ebd5a9a5
2 changed files with 2 additions and 3 deletions
|
@ -32,7 +32,6 @@ public interface DataStoreGetListener {
|
|||
public long onDataStoreGet(
|
||||
String name,
|
||||
byte[] out_buffer,
|
||||
long bufferSize,
|
||||
long bufferIndex,
|
||||
long[] out_objectSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue