Module io.hotmoka.patricia
Package io.hotmoka.patricia
Interface PatriciaTrie.UnmarshallingContextSupplier
- Enclosing interface:
PatriciaTrie<Key,Value extends Marshallable>
public static interface PatriciaTrie.UnmarshallingContextSupplier
A function that supplies an unmarshalling context.
-
Method Summary
-
Method Details
-
get
Yields the unmarshalling context.- Parameters:
is- the input stream of the context- Returns:
- the unmarshalling context
- Throws:
IOException- if the context cannot be created
-