net.i2p.data
Interface TestDataPrinter

All Known Implementing Classes:
BooleanTest, DateTest, MappingTest, StringTest, StructureTest, UnsignedIntegerTest

public interface TestDataPrinter

Defines a method to read the serialization of an object and display it


Method Summary
 java.lang.String testData(java.io.InputStream stream)
           
 

Method Detail

testData

public java.lang.String testData(java.io.InputStream stream)