org.das2.qstream.BundleStreamFormatter

Like SimpleStreamFormatter, but this correctly handles bundles. This also shows a brute-force method for formatting streams.


FORMAT_PATTERN


HEX_FORMAT_PATTERN


guessAsciiTransferType

guessAsciiTransferType( QDataSet ds ) → TransferType

guess an ASCII transfer type which can accurately and efficiently represent the data in the dataset. If the format property is found, then a TransferType based on the format is used.

Parameters

ds - the dataset

Returns:

the transfer type.

search for examples view on GitHub view source