Interface Decompressible<T>

All Known Subinterfaces:
GetDataBuilder, TempGetDataBuilder
All Known Implementing Classes:
GetDataBuilderImpl

public interface Decompressible<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Cause the data to be de-compressed using the configured compression provider
  • Method Details

    • decompressed

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