public interface IInlineUnicode
IV
s which have inline Unicode components in their
representation. This interface provides a means to cache the byteLength
of the IV
at the time that the compressed Unicode representation
is computed.Modifier and Type | Method and Description |
---|---|
void |
setByteLength(int byteLength)
Cache the byteLength on the
IV . |
void setByteLength(int byteLength)
IV
.byteLength
- The byteLength.IllegalArgumentException
- if the argument is LT ZERO (0).IllegalStateException
- if the byteLength has already been set to a different value.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.