Module io.hotmoka.patricia
Package io.hotmoka.patricia
Interface PatriciaTries.UnmarshallingContextSupplier
- Enclosing class:
PatriciaTries
public static interface PatriciaTries.UnmarshallingContextSupplier
A function that supplies an unmarshalling context.
-
Method Summary
Modifier and TypeMethodDescriptionio.hotmoka.marshalling.api.UnmarshallingContextget(InputStream is) Yields the unmarshalling context.
-
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
-