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 interfaceStorageDataConverterTypeBinaryToCsv.TypeNameMapperstatic classStorageDataConverterTypeBinaryToCsv.UTF8 
- 
Method Summary
Modifier and Type Method Description voidconvertDataFile(StorageLockedFile file)static StorageDataConverterTypeBinaryToCsv.TypeNameMapperdefaultTypeNameMapper(XGettingMap<String,String> typeNameToCsvTypeNameMapping, String referenceTypeName) 
 - 
 
- 
- 
Method Detail
- 
convertDataFile
void convertDataFile(StorageLockedFile file)
 
- 
defaultTypeNameMapper
static StorageDataConverterTypeBinaryToCsv.TypeNameMapper defaultTypeNameMapper(XGettingMap<String,String> typeNameToCsvTypeNameMapping, String referenceTypeName)
 
 - 
 
 -