public interface Dictionary extends SegmentData
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Bitmap> |
getDictionary()
Decodes a dictionary segment and returns the result.
|
initArrayList<Bitmap> getDictionary() throws IOException, InvalidHeaderValueException, IntegerMaxValueException
Bitmaps as a result of the decoding process of dictionary segments.IOException - if an underlying IO operation failsInvalidHeaderValueException - if the segment header value is invalidIntegerMaxValueException - if the maximum value limit of an integer is exceededCopyright © 2019 The Apache Software Foundation. All rights reserved.