public abstract class OfficeCryptCodecHandler extends BaseCryptCodecHandler
CIPHER_DECRYPT_MODE, CIPHER_ENCRYPT_MODE
Modifier and Type | Method and Description |
---|---|
static com.healthmarketscience.jackcess.impl.CodecHandler |
create(Supplier<String> callback,
com.healthmarketscience.jackcess.impl.PageChannel channel,
Charset charset) |
void |
decodePage(ByteBuffer inPage,
ByteBuffer outPage,
int pageNumber) |
ByteBuffer |
encodePage(ByteBuffer buffer,
int pageNumber,
int pageOffset) |
applyPageNumber, fill, fixToLength, fixToLength, hash, hash, hash, hash, toString, wrap
public static com.healthmarketscience.jackcess.impl.CodecHandler create(Supplier<String> callback, com.healthmarketscience.jackcess.impl.PageChannel channel, Charset charset) throws IOException
IOException
public void decodePage(ByteBuffer inPage, ByteBuffer outPage, int pageNumber) throws IOException
IOException
public ByteBuffer encodePage(ByteBuffer buffer, int pageNumber, int pageOffset) throws IOException
IOException
Copyright © 2010–2022 OpenHMS. All rights reserved.