Package sop
Class ByteArrayAndResult<T>
java.lang.Object
sop.ByteArrayAndResult<T>
- Type Parameters:
T
- type of result
Tuple of a byte array and associated result object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
Return the byte array part.Return the byte array part as anInputStream
.Return the result part.
-
Constructor Details
-
ByteArrayAndResult
-
-
Method Details
-
getBytes
public byte[] getBytes()Return the byte array part.- Returns:
- bytes
-
getResult
Return the result part.- Returns:
- result
-
getInputStream
Return the byte array part as anInputStream
.- Returns:
- input stream
-