Esempio n. 1
0
 /**
  * Reads the data elements of this field from the given input stream. This method must be
  * overridden in order to provide an implementation suitable for the type of the underlying data
  * array of this field.
  *
  * @param dataInputStream a seekable data input stream
  * @throws java.io.IOException if an I/O error occurs
  */
 public void readFrom(ImageInputStream dataInputStream) throws IOException {
   _data.readFrom(dataInputStream);
 }