Uses of Class
org.das2.stream.DataTransferType

Packages that use DataTransferType
org.das2.stream Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. 
 

Uses of DataTransferType in org.das2.stream
 

Fields in org.das2.stream declared as DataTransferType
static DataTransferType DataTransferType.LITTLE_ENDIAN_REAL4
           
static DataTransferType DataTransferType.LITTLE_ENDIAN_REAL8
           
static DataTransferType DataTransferType.SUN_REAL4
           
static DataTransferType DataTransferType.SUN_REAL8
           
 

Methods in org.das2.stream that return DataTransferType
static DataTransferType DataTransferType.getByName(java.lang.String name)
           
 DataTransferType StreamMultiYDescriptor.getDataTransferType()
           
 DataTransferType StreamXDescriptor.getDataTransferType()
           
 DataTransferType StreamYScanDescriptor.getDataTransferType()
           
 

Methods in org.das2.stream with parameters of type DataTransferType
 void StreamMultiYDescriptor.setDataTransferType(DataTransferType transferType)
           
 void StreamXDescriptor.setDataTransferType(DataTransferType transferType)
           
 void StreamYScanDescriptor.setDataTransferType(DataTransferType transferType)