mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Converted incoming encryption layer from frames to segments.
This commit is contained in:
@@ -2,8 +2,6 @@ package net.sf.briar.api.plugins;
|
||||
|
||||
public interface Segment {
|
||||
|
||||
void clear();
|
||||
|
||||
byte[] getBuffer();
|
||||
|
||||
int getLength();
|
||||
|
||||
Reference in New Issue
Block a user