| Package | Description |
|---|---|
| com.mware.ge.security |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayByteSequence
An implementation of
ByteSequence that uses a backing byte array. |
| Modifier and Type | Method and Description |
|---|---|
ByteSequence |
ColumnVisibility.Node.getTerm(byte[] expression) |
abstract ByteSequence |
ByteSequence.subSequence(int start,
int end)
Returns a portion of this sequence.
|
ByteSequence |
ArrayByteSequence.subSequence(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ByteSequence.compareBytes(ByteSequence bs1,
ByteSequence bs2)
Compares the two given byte sequences, byte by byte, returning a negative,
zero, or positive result if the first sequence is less than, equal to, or
greater than the second.
|
int |
ByteSequence.compareTo(ByteSequence obs)
Compares this byte sequence to another.
|
boolean |
SecurityAuthorizations.contains(ByteSequence auth)
Checks whether this object contains the given authorization.
|
static ByteBuffer |
ByteBufferUtil.toByteBuffers(ByteSequence bs) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.