Package io.nem.symbol.catapult.builders
Class TransactionBuilderHelper
- java.lang.Object
-
- io.nem.symbol.catapult.builders.TransactionBuilderHelper
-
public class TransactionBuilderHelper extends java.lang.ObjectFactory in charge of creating the right transaction builder from the streamed data.
-
-
Constructor Summary
Constructors Constructor Description TransactionBuilderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransactionBuilderloadFromBinary(java.io.DataInputStream stream)It creates the right transaction builder from the stream data.
-
-
-
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
-
-