Class TransactionBuilderHelper


  • public class TransactionBuilderHelper
    extends java.lang.Object
    Factory in charge of creating the right transaction builder from the streamed data.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TransactionBuilder loadFromBinary​(java.io.DataInputStream stream)
      It creates the right transaction builder from the stream data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransactionBuilderHelper

        public TransactionBuilderHelper()
    • Method Detail

      • loadFromBinary

        public static TransactionBuilder loadFromBinary​(java.io.DataInputStream stream)
        It creates the right transaction builder from the stream data.
        Parameters:
        stream - the stream
        Returns:
        the TransactionBuilder subclass