Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 166 Bytes

README.MD

File metadata and controls

5 lines (5 loc) · 166 Bytes

study netty example

编码解码:

  • 编码:把对象编码成byte字节数组,如:ByteBuf
  • 解码:把字节数组解释成自己能用的对象