Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
L
M
P
R
S
W
W
WDYS
- class system.
WDYS
.
The starting point of the program.
WDYS()
- Constructor for class system.
WDYS
WDYSDecrypt
- package WDYSDecrypt
WDYSDecryptControl
- class WDYSDecrypt.
WDYSDecryptControl
.
This class controls the decryption process.
WDYSDecryptControl()
- Constructor for class WDYSDecrypt.
WDYSDecryptControl
Constructs a new decryption control object.
WDYSDecryptException
- exception WDYSDecrypt.
WDYSDecryptException
.
This class is an exception that is thrown when decryption goes wrong.
WDYSDecryptException(String)
- Constructor for class WDYSDecrypt.
WDYSDecryptException
Creates a new
WDYSDecryptException
with the given error message.
WDYSDecryptException()
- Constructor for class WDYSDecrypt.
WDYSDecryptException
Creates a new
WDYSDecryptException
.
WDYSDecryptedFileReader
- class WDYSEncrypt.
WDYSDecryptedFileReader
.
This class reads decrypted WDYS files 4 bytes at a time.
WDYSDecryptedFileReader(String)
- Constructor for class WDYSEncrypt.
WDYSDecryptedFileReader
Constructs a new file reader around the given file.
WDYSDecryptedFileWriter
- class WDYSDecrypt.
WDYSDecryptedFileWriter
.
This class writes decrypted WDYS files.
WDYSDecryptedFileWriter(String, long)
- Constructor for class WDYSDecrypt.
WDYSDecryptedFileWriter
Constructs a new file writer around the given file, with the given length.
WDYSDecrypter
- class WDYSDecrypt.
WDYSDecrypter
.
This class decrypts the encrypted WDYS data, 2 times 4 bytes at a time.
WDYSDecrypter()
- Constructor for class WDYSDecrypt.
WDYSDecrypter
Constructs a new decrypter.
WDYSEncrypt
- package WDYSEncrypt
WDYSEncryptControl
- class WDYSEncrypt.
WDYSEncryptControl
.
This class controls the encryption process.
WDYSEncryptControl()
- Constructor for class WDYSEncrypt.
WDYSEncryptControl
Constructs a new decryption control object.
WDYSEncryptException
- exception WDYSEncrypt.
WDYSEncryptException
.
This class is an exception that is thrown when encryption goes wrong.
WDYSEncryptException(String)
- Constructor for class WDYSEncrypt.
WDYSEncryptException
Creates a new
WDYSEncryptException
with the given error message.
WDYSEncryptException()
- Constructor for class WDYSEncrypt.
WDYSEncryptException
Creates a new
WDYSEncryptException
.
WDYSEncryptedFileReader
- class WDYSDecrypt.
WDYSEncryptedFileReader
.
This class reads encrypted WDYS files, isolates the encrypted data chunk and provides methods for data retrieval and stuff.
WDYSEncryptedFileReader(String)
- Constructor for class WDYSDecrypt.
WDYSEncryptedFileReader
Constructs a new file reader around the given file.
WDYSEncryptedFileWriter
- class WDYSEncrypt.
WDYSEncryptedFileWriter
.
This class writes encrypted WDYS files, including a correct header and data padding.
WDYSEncryptedFileWriter(String, long)
- Constructor for class WDYSEncrypt.
WDYSEncryptedFileWriter
Constructs a new file writer around the given file.
WDYSEncrypter
- class WDYSEncrypt.
WDYSEncrypter
.
This class encrypts the decrypted WDYS data, 2 times 4 bytes at a time.
WDYSEncrypter()
- Constructor for class WDYSEncrypt.
WDYSEncrypter
Constructs a new decrypter.
write8DecryptedDataBytes(byte[])
- Method in class WDYSDecrypt.
WDYSDecryptedFileWriter
Writes the next 8 bytes to the file, until the length is reached.
write8EncryptedDataBytes(byte[])
- Method in class WDYSEncrypt.
WDYSEncryptedFileWriter
Writes the next 8 bytes to the file.
writer
- Variable in class WDYSDecrypt.
WDYSDecryptedFileWriter
The writer.
writer
- Variable in class WDYSEncrypt.
WDYSEncryptedFileWriter
The writer.
written
- Variable in class WDYSDecrypt.
WDYSDecryptedFileWriter
The amount of bytes written.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
L
M
P
R
S
W