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(StorageLockedFile file)
static StorageDataConverterTypeBinaryToCsv.TypeNameMapper
defaultTypeNameMapper(XGettingMap<String,String> typeNameToCsvTypeNameMapping, String referenceTypeName)
-
-
-
Method Detail
-
convertDataFile
void convertDataFile(StorageLockedFile file)
-
defaultTypeNameMapper
static StorageDataConverterTypeBinaryToCsv.TypeNameMapper defaultTypeNameMapper(XGettingMap<String,String> typeNameToCsvTypeNameMapping, String referenceTypeName)
-
-