Added interfaces for reading and writing packets and recognising which

contact originated an incoming connection, and an implementation of
the PacketWriter interface.
This commit is contained in:
akwizgran
2011-08-09 16:15:25 +01:00
parent 18654f1514
commit e9d0021f56
8 changed files with 351 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
<test name='net.sf.briar.serial.ReaderImplTest'/>
<test name='net.sf.briar.serial.WriterImplTest'/>
<test name='net.sf.briar.setup.SetupWorkerTest'/>
<test name='net.sf.briar.transport.PacketWriterImplTest'/>
<test name='net.sf.briar.util.FileUtilsTest'/>
<test name='net.sf.briar.util.StringUtilsTest'/>
<test name='net.sf.briar.util.ZipUtilsTest'/>