- Type Parameters:
V
- the type of the value to unmarshal
- Enclosing class:
- com.zeroc.Ice.OutgoingAsync<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for unmarshaling response data from an input stream.
-
Method Summary
Modifier and TypeMethodDescriptionunmarshal
(InputStream istr) Unmarshals a value from the input stream.
-
Method Details
-
unmarshal
Unmarshals a value from the input stream.- Parameters:
istr
- the input stream to read from- Returns:
- the unmarshaled value
-