module Seqdb_fsys_helpers:Additional functions for filesystemssig..end
class input_channel :'a Seqdb_fsys_types.file_system -> 'a ->Netchannels.in_obj_channel
let ch = new input_channel fsys file: Creates an input channel ch
that reads from the file
class output_channel :'a Seqdb_fsys_types.file_system -> 'a ->Netchannels.out_obj_channel
let ch = new output_channel fsys file: Creates an output channel ch
that writes to the file