summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/JAVA/H5D/tfiles/110/H5Ex_D_Chunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/JAVA/H5D/tfiles/110/H5Ex_D_Chunk.txt')
-rw-r--r--HDF5Examples/JAVA/H5D/tfiles/110/H5Ex_D_Chunk.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/HDF5Examples/JAVA/H5D/tfiles/110/H5Ex_D_Chunk.txt b/HDF5Examples/JAVA/H5D/tfiles/110/H5Ex_D_Chunk.txt
new file mode 100644
index 0000000..5f4c2de
--- /dev/null
+++ b/HDF5Examples/JAVA/H5D/tfiles/110/H5Ex_D_Chunk.txt
@@ -0,0 +1,26 @@
+Original Data:
+ [ 1 1 1 1 1 1 1 1 ]
+ [ 1 1 1 1 1 1 1 1 ]
+ [ 1 1 1 1 1 1 1 1 ]
+ [ 1 1 1 1 1 1 1 1 ]
+ [ 1 1 1 1 1 1 1 1 ]
+ [ 1 1 1 1 1 1 1 1 ]
+
+Storage layout for DS1 is: H5D_CHUNKED
+
+Data as written to disk by hyberslabs:
+ [ 0 1 0 0 1 0 0 1 ]
+ [ 1 1 0 1 1 0 1 1 ]
+ [ 0 0 0 0 0 0 0 0 ]
+ [ 0 1 0 0 1 0 0 1 ]
+ [ 1 1 0 1 1 0 1 1 ]
+ [ 0 0 0 0 0 0 0 0 ]
+
+Data as read from disk by hyberslab:
+ [ 0 1 0 0 0 0 0 1 ]
+ [ 0 1 0 1 0 0 1 1 ]
+ [ 0 0 0 0 0 0 0 0 ]
+ [ 0 0 0 0 0 0 0 0 ]
+ [ 0 1 0 1 0 0 1 1 ]
+ [ 0 0 0 0 0 0 0 0 ]
+