public interface Decoder
Modifier and Type | Method and Description |
---|---|
int |
decode(it.unimi.dsi.fastutil.booleans.BooleanIterator iterator)
Decodes the next symbol from the given boolean iterator.
|
int |
decode(InputBitStream ibs)
Decodes the next symbol from the given input bit stream.
|
int decode(it.unimi.dsi.fastutil.booleans.BooleanIterator iterator)
Note that InputBitStream
implements BooleanIterator
.
iterator
- a boolean iterator.i
NoSuchElementException
- if iterator
terminates before a symbol has been decoded.int decode(InputBitStream ibs) throws IOException
Note that InputBitStream
implements BooleanIterator
.
ibs
- an input bit stream.ibs
.IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.