org.apache.activeio.packet
Class ByteSequence
java.lang.Object
org.apache.activeio.packet.ByteSequence
public class ByteSequence
- extends Object
Constructor Summary |
ByteSequence(byte[] data,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteSequence
public ByteSequence(byte[] data,
int offset,
int length)
getData
public byte[] getData()
getLength
public int getLength()
getOffset
public int getOffset()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.