Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultCodecProvider.DummyHandler
CodecHandler implementation which does nothing, useful for databases with
no extra encoding.
|
static class |
DefaultCodecProvider.UnsupportedHandler
CodecHandler implementation which always throws
UnsupportedCodecException, useful for databases with unsupported
encodings.
|
Modifier and Type | Field and Description |
---|---|
static CodecHandler |
DefaultCodecProvider.DUMMY_HANDLER
common instance of
DefaultCodecProvider.DummyHandler |
static CodecHandler |
DefaultCodecProvider.UNSUPPORTED_HANDLER
common instance of
DefaultCodecProvider.UnsupportedHandler |
Modifier and Type | Method and Description |
---|---|
CodecHandler |
CodecProvider.createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given
PageChannel.
|
CodecHandler |
DefaultCodecProvider.createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given
PageChannel.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.