org.apache.curator.framework.api
Interface Decompressible<T>

All Known Subinterfaces:
GetDataBuilder, TempGetDataBuilder

public interface Decompressible<T>


Method Summary
 T decompressed()
          Cause the data to be de-compressed using the configured compression provider
 

Method Detail

decompressed

T decompressed()
Cause the data to be de-compressed using the configured compression provider

Returns:
this


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.