|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
CodecHandler createHandler(PageChannel channel, java.nio.charset.Charset charset) throws java.io.IOException
channel
- the PageChannel for a Databasecharset
- the Charset for the Database
null
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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |