A SocketBuffer is container of a network packet. It enables efficient storage even when various network layers prefix and/or postfix header/footers. It also contains other information of a network packet, such as the headers of the various network layers. All numbers larger then a single byte written into this class are converted to network byte order. All numbers larger then a single byte read from this class are converted from network byte order.
@author epr
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.