Package com.itextpdf.io.codec.brotli.dec
Class IntReader
- java.lang.Object
-
- com.itextpdf.io.codec.brotli.dec.IntReader
-
final class IntReader extends java.lang.ObjectByte-to-int conversion magic.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]byteBufferprivate int[]intBuffer
-
Constructor Summary
Constructors Constructor Description IntReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidconvert(IntReader ir, int intLen)Translates bytes to ints.(package private) static voidinit(IntReader ir, byte[] byteBuffer, int[] intBuffer)
-