mirror of
https://github.com/apache/activemq.git
synced 2025-02-28 13:19:07 +00:00
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1213298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c8ab44698
commit
b6a3990d48
@ -23,6 +23,9 @@ public class ByteSequence {
|
||||
public int offset;
|
||||
public int length;
|
||||
|
||||
public ByteSequence() {
|
||||
}
|
||||
|
||||
public ByteSequence(byte data[]) {
|
||||
this.data = data;
|
||||
this.offset = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user