public static class BlockPublishStore.ByteSequence
extends java.lang.Object
| Constructor and Description |
|---|
ByteSequence() |
ByteSequence(byte[] array,
long offset,
long len)
Initializes a new instance of the 'ByteSequence' class with specified array,
offset, and length values.
|
public ByteSequence()
public ByteSequence(byte[] array,
long offset,
long len)
array - The byte array.offset - The offset within the byte array.len - The length of the byte sequence.