|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodecHandler | |
|---|---|
| com.healthmarketscience.jackcess | |
| Uses of CodecHandler in com.healthmarketscience.jackcess |
|---|
| Classes in com.healthmarketscience.jackcess that implement CodecHandler | |
|---|---|
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. |
| Fields in com.healthmarketscience.jackcess declared as CodecHandler | |
|---|---|
static CodecHandler |
DefaultCodecProvider.DUMMY_HANDLER
common instance of DefaultCodecProvider.DummyHandler |
static CodecHandler |
DefaultCodecProvider.UNSUPPORTED_HANDLER
common instance of DefaultCodecProvider.UnsupportedHandler |
| Methods in com.healthmarketscience.jackcess that return CodecHandler | |
|---|---|
CodecHandler |
DefaultCodecProvider.createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given PageChannel. |
CodecHandler |
CodecProvider.createHandler(PageChannel channel,
Charset charset)
Returns a new CodecHandler for the database associated with the given PageChannel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||