Package one.microstream.storage.types
Interface StorageDataConverterTypeBinaryToCsv
- All Known Implementing Classes:
StorageDataConverterTypeBinaryToCsv.UTF8
public interface StorageDataConverterTypeBinaryToCsv
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StorageDataConverterTypeBinaryToCsv.TypeNameMapper
static class
StorageDataConverterTypeBinaryToCsv.UTF8
-
Method Summary
Modifier and Type Method Description void
convertDataFile(AReadableFile file)
static StorageDataConverterTypeBinaryToCsv.TypeNameMapper
defaultTypeNameMapper(XGettingMap<String,String> typeNameToCsvTypeNameMapping, String referenceTypeName)
-
Method Details
-
convertDataFile
-
defaultTypeNameMapper
static StorageDataConverterTypeBinaryToCsv.TypeNameMapper defaultTypeNameMapper(XGettingMap<String,String> typeNameToCsvTypeNameMapping, String referenceTypeName)
-