public interface BytesBlockStreamHandler
StringStreamHandler
, except
for the type of the data items in the stream.Modifier and Type | Method and Description |
---|---|
void |
acceptBytesBlock(byte[] bb)
Accepts the given byte array as the next data block in the stream.
|
void |
bytesBlockStreamStarted()
Starts processing the stream of data blocks.
|
void |
bytesBlockStreamStopped()
Terminates processing the stream of data blocks.
|
void bytesBlockStreamStarted()
void acceptBytesBlock(byte[] bb)
void bytesBlockStreamStopped()