报文消息域 MsgField name 域名称 length 长度 fillChar 填充字符 fillSide 填充位置 报文消息片 MsgPiece 由多个消息域按一定的顺序组成 private List<MsgField> itemList = new LinkedList<~>(); 组装消息 报文消息包 MsgPackage 由多个消息片组成 String[] byte[] Tcp报文 Tcp面向字节流,字节流按照报文段的形式发送