All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bei.dema.tcp.TcpPacket Maven / Gradle / Ivy

package org.bei.dema.tcp;

import java.nio.ByteBuffer;

/**
 * author:zhaochengbei
 * date:2017/6/8
*/
public class TcpPacket {
	/**
	 * use part use 
	 */
	public ByteBuffer byteBuffer;
	
	/**
	 * use part use
	 */
	public int packetLength = -1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy