Package org.apache.activeio.packet
Class ByteSequence
- java.lang.Object
-
- org.apache.activeio.packet.ByteSequence
-
public class ByteSequence extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ByteSequence(byte[] data, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
int
getLength()
int
getOffset()
-