Converted incoming encryption layer from frames to segments.

This commit is contained in:
akwizgran
2012-01-17 16:45:25 +00:00
parent 8c0020873c
commit f6ed6dd60b
23 changed files with 285 additions and 180 deletions

View File

@@ -2,8 +2,6 @@ package net.sf.briar.api.plugins;
public interface Segment {
void clear();
byte[] getBuffer();
int getLength();