Js5Byte Buf Group Response
class Js5ByteBufGroupResponse(buffer: ByteBuf, val offset: Int, val limit: Int) : DefaultByteBufHolder, Js5GroupResponse.Js5GroupResponseType
A prepared ByteBuf based JS5 group response. The byte buffer here is in the exact format that the client expects, starting with the archive and group id, with the blocks separated by 0xFF terminators. This implementation does support XOR encryption.
Parameters
buffer
the byte buffer containing all the data to be written over to the client. The buffer's writer index and reference count will not be changed by the JS5 implementation, as the buffers are intended to be written to numerous recipients.