public interface Biff8Cipher
Modifier and Type | Method and Description |
---|---|
void |
setNextRecordSize(int recordSize) |
void |
skipTwoBytes() |
void |
startRecord(int currentSid) |
void |
xor(byte[] buf,
int pOffset,
int pLen) |
int |
xorByte(int rawVal) |
int |
xorInt(int rawVal) |
long |
xorLong(long rawVal) |
int |
xorShort(int rawVal) |
void startRecord(int currentSid)
void setNextRecordSize(int recordSize)
void skipTwoBytes()
void xor(byte[] buf, int pOffset, int pLen)
int xorByte(int rawVal)
int xorShort(int rawVal)
int xorInt(int rawVal)
long xorLong(long rawVal)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.