de.huxhorn.sulky.codec.streaming
Interface StreamingDecoder<T>

All Known Subinterfaces:
StreamingCodec<T>
All Known Implementing Classes:
DelegatingStreamingCodecBase, GZIPStreamingDecoderWrapper, StreamingSerializableCodec

public interface StreamingDecoder<T>


Method Summary
 T decode(java.io.InputStream from)
           
 

Method Detail

decode

T decode(java.io.InputStream from)
         throws java.io.IOException
Throws:
java.io.IOException