read index:0 write index:4 capacity:256 +-------------------------------------------------+ | 0123456789 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 01020304 |.... | +--------+-------------------------------------------------+----------------+ read index:0 write index:8 capacity:256 +-------------------------------------------------+ | 0123456789 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 0102030400000005 |........ | +--------+-------------------------------------------------+----------------+
read index:0 write index:4 capacity:256 +-------------------------------------------------+ | 0123456789 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 01020304 |.... | +--------+-------------------------------------------------+----------------+ read index:0 write index:8 capacity:256 +-------------------------------------------------+ | 0123456789 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 0102030400000005 |........ | +--------+-------------------------------------------------+----------------+ 1 2 3 4 read index:4 write index:8 capacity:256 +-------------------------------------------------+ | 0123456789 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 00000005 |.... | +--------+-------------------------------------------------+----------------+ 5 read index:8 write index:8 capacity:256
read index:4 write index:8 capacity:256 +-------------------------------------------------+ | 0123456789 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 00000005 |.... | +--------+-------------------------------------------------+----------------+