Interface BiometricDataBlockEncoder<B extends BiometricDataBlock>

  • Type Parameters:
    B - the type of BDB implementation that is encoded by this encoder

    public interface BiometricDataBlockEncoder<B extends BiometricDataBlock>
    Interface to be implemented by client code to encode BDB implementations.
    Since:
    0.4.7
    Version:
    $Revision: 1751 $
    Author:
    The JMRTD team ([email protected])
    • Method Detail

      • encode

        void encode​(B bdb,
                    OutputStream out)
             throws IOException
        Writes the biometric data block in bdb to the output stream.
        Parameters:
        bdb - the biometric data block to write
        out - the output stream to write to
        Throws:
        IOException - if writing fails