public interface CodecProvider
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.Modifier and Type | Method and Description |
---|---|
CodecHandler |
createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given
PageChannel.
|
CodecHandler createHandler(PageChannel channel, Charset charset) throws IOException
channel
- the PageChannel for a Databasecharset
- the Charset for the Databasenull
IOException
Copyright © 2005–2024 OpenHMS. All rights reserved.