Uses of Class
com.drew.metadata.jpeg.HuffmanTablesDirectory.HuffmanTable
-
Packages that use HuffmanTablesDirectory.HuffmanTable Package Description com.drew.metadata.jpeg Contains classes for the extraction and modelling of JPEG file format metadata. -
-
Uses of HuffmanTablesDirectory.HuffmanTable in com.drew.metadata.jpeg
Fields in com.drew.metadata.jpeg with type parameters of type HuffmanTablesDirectory.HuffmanTable Modifier and Type Field Description protected java.util.List<HuffmanTablesDirectory.HuffmanTable>HuffmanTablesDirectory. tablesMethods in com.drew.metadata.jpeg that return HuffmanTablesDirectory.HuffmanTable Modifier and Type Method Description HuffmanTablesDirectory.HuffmanTableHuffmanTablesDirectory. getTable(int tableNumber)Methods in com.drew.metadata.jpeg that return types with arguments of type HuffmanTablesDirectory.HuffmanTable Modifier and Type Method Description protected java.util.List<HuffmanTablesDirectory.HuffmanTable>HuffmanTablesDirectory. getTables()
-