Class NemoEventDecoderFactory

  • All Implemented Interfaces:
    java.io.Serializable, DecoderFactory

    public final class NemoEventDecoderFactory
    extends java.lang.Object
    implements DecoderFactory
    A factory for NemoEventDecoder.
    See Also:
    Serialized Form
    • Constructor Detail

      • NemoEventDecoderFactory

        public NemoEventDecoderFactory​(DecoderFactory valueDecoderFactory)
    • Method Detail

      • create

        public DecoderFactory.Decoder create​(java.io.InputStream inputStream)
                                      throws java.io.IOException
        Description copied from interface: DecoderFactory
        Get a decoder instance.
        Specified by:
        create in interface DecoderFactory
        Parameters:
        inputStream - the input stream to decode.
        Returns:
        the decoder instance.
        Throws:
        java.io.IOException - if fail to get the instance.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object