Package jag.opcode
Interface RSPacketBuffer
-
- All Superinterfaces:
RSBuffer,RSNode,RSProvider
public interface RSPacketBuffer extends RSBuffer
-
-
Field Summary
-
Fields inherited from interface jag.opcode.RSBuffer
CP_1252_ASCII_EXTENSION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBitCaret()RSIsaacCiphergetCipher()voidsetCipher(RSIsaacCipher cipher)-
Methods inherited from interface jag.opcode.RSBuffer
g1, g2alt1, g2alt3, getCaret, getPayload, ip4, ir4, len1, p1, p2, p2alt1, p2alt2, p2alt3, p3, p4, p8, pdata, pjstr, readEscapedStringBytes, rjstr, rsaenc, seek, setCaret
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getCipher
RSIsaacCipher getCipher()
-
setCipher
void setCipher(RSIsaacCipher cipher)
-
getBitCaret
int getBitCaret()
-
-