public interface EncodedMessage
Classes implementing this interface must contain exactly one complete message.
Modifier and Type | Method and Description |
---|---|
long |
extractBits(int n)
Extract the next n bits from the encoded message.
|
default void |
start()
Start message extraction.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.