Uses of Class
com.twelvemonkeys.imageio.metadata.tiff.TIFFEntry
-
Packages that use TIFFEntry Package Description com.twelvemonkeys.imageio.metadata.tiff -
-
Uses of TIFFEntry in com.twelvemonkeys.imageio.metadata.tiff
Methods in com.twelvemonkeys.imageio.metadata.tiff that return TIFFEntry Modifier and Type Method Description private TIFFEntry
TIFFReader. readEntry(javax.imageio.stream.ImageInputStream pInput)
Method parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type TIFFEntry Modifier and Type Method Description private void
TIFFReader. readSubIFDs(javax.imageio.stream.ImageInputStream input, java.util.List<TIFFEntry> entries, java.util.Collection<java.lang.Integer> subIFDIds)
-