Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

com.healthmarketscience.jackcess
Interface CodecProvider

All Known Implementing Classes:
DefaultCodecProvider

public interface CodecProvider

Interface for a provider which can generate CodecHandlers for various types of database encodings. The DefaultCodecProvider is the default implementation of this inferface, but it does not have any actual encoding/decoding support (due to possible export issues with calling encryption APIs). See the separate Jackcess Encrypt project for an implementation of this interface which supports various access database encryption types.


Method Summary
 CodecHandler createHandler(PageChannel channel, java.nio.charset.Charset charset)
          Returns a new CodecHandler for the database associated with the given PageChannel.
 

Method Detail

createHandler

CodecHandler createHandler(PageChannel channel,
                           java.nio.charset.Charset charset)
                           throws java.io.IOException
Returns a new CodecHandler for the database associated with the given PageChannel.

Parameters:
channel - the PageChannel for a Database
charset - the Charset for the Database
Returns:
a new CodecHandler, may not be null
Throws:
java.io.IOException

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013