-
public final class ByteStreamReceiver extends BaseStreamReceiver<ByteArray>
-
-
Field Summary
Fields Modifier and Type Field Description private final Flow<ByteArray>flowprivate final ByteStreamInfoinfo
-
Constructor Summary
Constructors Constructor Description ByteStreamReceiver(ByteStreamInfo info, Channel<ByteArray> channel)
-
Method Summary
Modifier and Type Method Description Flow<ByteArray>getFlow()final ByteStreamInfogetInfo()-
-
Constructor Detail
-
ByteStreamReceiver
ByteStreamReceiver(ByteStreamInfo info, Channel<ByteArray> channel)
-
-
Method Detail
-
getInfo
final ByteStreamInfo getInfo()
-
-
-
-