Class IdentityByteArrayCodec

java.lang.Object
com.helger.commons.codec.IdentityCodec<byte[]>
com.helger.commons.codec.IdentityByteArrayCodec
All Implemented Interfaces:
IByteArrayCodec, IByteArrayDecoder, IByteArrayEncoder, IByteArrayStreamDecoder, IByteArrayStreamEncoder, ICodec<byte[]>, IDecoder<byte[],byte[]>, IEncoder<byte[],byte[]>

public class IdentityByteArrayCodec extends IdentityCodec<byte[]> implements IByteArrayCodec
Special implementation of IByteArrayCodec that does nothing. This is a separate class to be able to identify it from non-identity codecs.
Since:
9.1.7
Author:
Philip Helger
  • Field Details

  • Constructor Details

    • IdentityByteArrayCodec

      public IdentityByteArrayCodec()
  • Method Details