ChunkType
Created by pedro on 21/04/21.
timestamp = 3 bytes (timestamp of packet. If is greater than or equal to 16777215 (hexadecimal 0xFFFFFF), this field MUST be 16777215)
message length = 3 bytes (packet size)
message type id = 1 byte (represented by MessageType class)
message stream id = 4 bytes (transactionId as little endian format)
Entries
7 bytes long. The message stream ID is not included; this chunk takes the same stream ID as the preceding chunk. Streams with variable-sized messages (for example, many video formats) SHOULD use this format for the first chunk of each new message after the first
3 bytes long. Neither the stream ID nor the message length is included; this chunk has the same stream ID and message length as the preceding chunk. Streams with constant-sized messages (for example, some audio and data formats) SHOULD use this format for the first chunk of each message after the first.