Class ExternalEncoding<T>

    • Field Detail

      • externalBlockContentId

        protected final int externalBlockContentId
    • Constructor Detail

      • ExternalEncoding

        protected ExternalEncoding​(int externalBlockContentId)
    • Method Detail

      • toSerializedEncodingParams

        public byte[] toSerializedEncodingParams()
        Description copied from class: CRAMEncoding
        Serialize encoding parameters to an ITF8-encoded byte array. By convention, each subclass should have a corresponding and symmetric "fromSerializedEncodingParams" that returns a new instance of that encoding populated with values from the serialized encoding params.
        Specified by:
        toSerializedEncodingParams in class CRAMEncoding<T>
        Returns:
        a byte array containing the encoding's parameter values encoded as an ITF8 stream.