Examples of LayoutBBTiled


Examples of ucar.nc2.iosp.LayoutBBTiled

    this.elemSize = vinfo.storageSize[vinfo.storageSize.length - 1]; // last one is always the elements size

    // create the data chunk iterator
    H5header.DataBTree.DataChunkIterator iter = vinfo.btree.getDataChunkIterator(this.want);
    DataChunkIterator dcIter = new DataChunkIterator(iter);
    delegate = new LayoutBBTiled(dcIter, chunkSize, elemSize, this.want);
   
    if (debug) System.out.println(" H5tiledLayout: " + this);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.