public interface ByteSequence
Description:
Title:首亨软件 - TSS/CRM等
限定符和类型 | 字段和说明 |
---|---|
static ByteSequence |
EMPTY
An empty byte sequence.
|
限定符和类型 | 方法和说明 |
---|---|
byte |
byteAt(int index) |
int |
length()
Returns the length of this byte sequence.
|
byte[] |
toByteArray()
Copies the contents of this byte sequence into a newly allocated byte
array and returns that array.
|
static final ByteSequence EMPTY
int length()
byte
s in this sequence.byte byteAt(int index)
byte[] toByteArray()