Uses of Class
org.apache.commons.imaging.formats.tiff.datareaders.BitInputStream
-
Packages that use BitInputStream Package Description org.apache.commons.imaging.formats.tiff.datareaders TIFF data readers. -
-
Uses of BitInputStream in org.apache.commons.imaging.formats.tiff.datareaders
Methods in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type BitInputStream Modifier and Type Method Description (package private) void
ImageDataReader. getSamplesAsBytes(BitInputStream bis, int[] result)
Reads samples and returns them in an int array.
-