Exemple #1
0
 /** Read needed data (i.e., no. dimension) from file. */
 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException {
   super.initFromFile(bytes, wide);
   dimensions = bytes.readByte();
   length = 4;
 }