imagesplit.file.file_factory module

Factory for creating file objects fod different file types

class imagesplit.file.file_factory.FileFactory(file_handle_factory)[source]

Bases: object

Create objects for handling file input and output

create_read_file(subimage_descriptor)[source]

Create a class for reading

create_write_file(subimage_descriptor)[source]

Create a class for writing