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