Example #1
0
 /* @see loci.formats.IFormatReader#get8BitLookupTable() */
 public byte[][] get8BitLookupTable() throws FormatException, IOException {
   return reader.get8BitLookupTable();
 }