mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Moved classes from messaging package to sync package.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.api.sync;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
public interface PacketReaderFactory {
|
||||
|
||||
PacketReader createPacketReader(InputStream in);
|
||||
}
|
||||
Reference in New Issue
Block a user