de.huxhorn.sulky.codec.streaming
Class GZIPStreamingDecoderWrapper<E>

java.lang.Object
  extended by de.huxhorn.sulky.codec.streaming.GZIPStreamingDecoderWrapper<E>
All Implemented Interfaces:
StreamingDecoder<E>

public class GZIPStreamingDecoderWrapper<E>
extends java.lang.Object
implements StreamingDecoder<E>


Constructor Summary
GZIPStreamingDecoderWrapper(StreamingDecoder<E> wrapped)
           
 
Method Summary
 E decode(java.io.InputStream from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPStreamingDecoderWrapper

public GZIPStreamingDecoderWrapper(StreamingDecoder<E> wrapped)
Method Detail

decode

public E decode(java.io.InputStream from)
         throws java.io.IOException
Specified by:
decode in interface StreamingDecoder<E>
Throws:
java.io.IOException