public interface Asn1BitMessageBuffer
Modifier and Type | Method and Description |
---|---|
void |
byteAlign()
This method handles byte-alignment for aligned PER encoding or
decoding.
|
java.io.InputStream |
getInputStream()
This method returns an input stream object that represents the
message being encoded or decoded.
|
int |
getMsgBitCnt()
This method returns the count of bits in the encoded message.
|
Asn1PerTraceHandler |
getTraceHandler()
This method returns the internal trace handler object used to
trace all of the bit fields with a PER message.
|
void byteAlign()
java.io.InputStream getInputStream()
int getMsgBitCnt()
Asn1PerTraceHandler getTraceHandler()