NeXusJavaBindings  1
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
AttributeEntry.java
Go to the documentation of this file.
1 
11 package org.nexusformat;
12 
13 public class AttributeEntry {
18  public int length, type;
19 }