org.das2.stream.DataTransferType
SUN_REAL4
SUN_REAL8
LITTLE_ENDIAN_REAL4
LITTLE_ENDIAN_REAL8
getByName
getByName( String name ) → DataTransferType
returns the type or throws RuntimeException("Unsupported type")
Parameters
name -
Returns:
org.das2.stream.DataTransferType
search for examples
view on GitHub
view source
isAscii
isAscii( ) → boolean
If type terminates a line, then use \n to delineate
Returns:
true if ascii
search for examples
view on GitHub
view source