A C D E G H I L M O P R S W

W

WDYS - class system.WDYS.
The starting point of the program.
WDYS() - Constructor for class system.WDYS
 
WDYSControl - class system.WDYSControl.
This class processes all the user events.
WDYSControl(WDYSFrame) - Constructor for class system.WDYSControl
Constructs a new control class that processes events from the passed GUI.
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.
WDYSFrame - class gui.WDYSFrame.
This class is the main window of WhatDoYouSee'd.
WDYSFrame() - Constructor for class gui.WDYSFrame
Constructs a new WDSYFrame and initialises it.
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.

A C D E G H I L M O P R S W