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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.helger.commons.codec.IByteArrayCodec createCodec()  
      • Methods inherited from interface com.helger.commons.id.IHasID

        getID
    • Method Detail

      • 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