Interface IContentTransferEncoding

All Superinterfaces:
com.helger.commons.id.IHasID<String>
All Known Implementing Classes:
EContentTransferEncoding

public interface IContentTransferEncoding extends com.helger.commons.id.IHasID<String>
Base interface for a content transfer encoding. See EContentTransferEncoding for predefined ones.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    com.helger.commons.codec.IByteArrayCodec
     

    Methods inherited from interface com.helger.commons.id.IHasID

    getID
  • Method Details

    • createCodec

      @Nonnull com.helger.commons.codec.IByteArrayCodec createCodec()
      Returns:
      A new encoder for this Content Transfer Encoding. May not be null.
      Since:
      9.0.5