Package mpi
Class FileView
- java.lang.Object
-
- mpi.FileView
-
public final class FileView extends java.lang.ObjectThis class represents file views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataRep()Gets the data representation.longgetDisp()Gets the displacement.DatatypegetEType()Gets the elementary datatype.DatatypegetFileType()Gets the file type.
-
-
-
Method Detail
-
getDisp
public long getDisp()
Gets the displacement.- Returns:
- displacement
-
getEType
public Datatype getEType()
Gets the elementary datatype.- Returns:
- elementary datatype
-
getFileType
public Datatype getFileType()
Gets the file type.- Returns:
- file type
-
getDataRep
public java.lang.String getDataRep()
Gets the data representation.- Returns:
- data representation
-
-