A B C D E F G I K L M N O P R S T U W

S

Streamer - class com.kirkwarez.kirkpack.io.Streamer.
The Streamer is avery simple class that reads from one stream, and writes to another, the size of the buffer at a time, until the providing stream runs out of data, or the optionally specified length parameter has been reached.
Streamer(InputStream, OutputStream) - Constructor for class com.kirkwarez.kirkpack.io.Streamer
Constructs new Streamer that will read from the given input and write it to the given output.
saveDecrypted(String, File) - Method in class com.kirkwarez.wdysdv.control.DisplayControl
Saves the given text into the given file.
saveEncrypted(int, String, File) - Method in class com.kirkwarez.wdysdv.control.DisplayControl
Encrypts the given text into the correct type of encryption, and writes it to the given file.
setBatchList(String[]) - Method in class com.kirkwarez.wdysdv.gui.WVFrame
Replaces the current batch list with the given batch list.
setByteorder(int) - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
Sets the byte order.
setByteorder(int) - Method in class com.kirkwarez.kirkpack.io.EndianOutputStream
Sets the byte order.
setFileName(String) - Method in class com.kirkwarez.wdysdv.gui.FilePanel
Sets the filename in the textfield.
setInFile(File) - Method in class com.kirkwarez.wdysdv.control.WVControl
Sets the input file field in the GUI to the given file.
setInFile(File) - Method in class com.kirkwarez.wdysdv.gui.WVFrame
Sets the input field to the given file.
setInputFile(File) - Method in class com.kirkwarez.wdysdv.batch.Task
Sets the input file to the given File.
setInputStream(InputStream) - Method in class com.kirkwarez.kirkpack.io.Streamer
Sets the input stream.
setLength(int) - Method in class com.kirkwarez.kirkpack.io.eoa.wdysv.WDYSVInputStream
Sets the length of the unencrypted data from the indication by the header of the file.
setLength(int) - Method in class com.kirkwarez.kirkpack.io.eoa.wdysv.WDYSVOutputStream
Sets the length of the unencrypted data, as written to the fileheader.
setLength(int) - Method in class com.kirkwarez.kirkpack.io.uru.wdys.WDYSInputStream
Sets the length of the unencrypted data from the indication by the header of the file.
setLength(int) - Method in class com.kirkwarez.kirkpack.io.uru.wdys.WDYSOutputStream
Sets the length of the unencrypted data, as written to the fileheader.
setMode(int) - Method in class com.kirkwarez.wdysdv.batch.Task
Sets the mode of operation to either ENCRYPT or DECRYPT.
setMode(int) - Method in class com.kirkwarez.wdysdv.gui.WVFrame
Sets the mode to the given mode.
setNewTask(Task) - Method in class com.kirkwarez.wdysdv.control.WVControl
Takes the given Task and puts its data in the GUI.
setOutFile(File) - Method in class com.kirkwarez.wdysdv.control.WVControl
Sets the output file field in the GUI to the given file.
setOutFile(File) - Method in class com.kirkwarez.wdysdv.gui.WVFrame
Sets the output field to the given file.
setOutputFile(File) - Method in class com.kirkwarez.wdysdv.batch.Task
Sets the output file to the given File.
setOutputStream(OutputStream) - Method in class com.kirkwarez.kirkpack.io.Streamer
Sets the output stream.
setType(int) - Method in class com.kirkwarez.wdysdv.batch.Task
Sets the type of encryption, to either EOA or URU.
setType(int) - Method in class com.kirkwarez.wdysdv.gui.WVFrame
Sets the type to the given type.
single() - Method in class com.kirkwarez.wdysdv.control.WVControl
Returns whether the GUI is in single or in batch mode.
skip(long) - Method in class com.kirkwarez.kirkpack.io.eoa.wdysv.WDYSVInputStream
Skips the given amount of bytes, or at least tries to.
skip(long) - Method in class com.kirkwarez.kirkpack.io.uru.wdys.WDYSInputStream
Skips the given amount of bytes, or at least tries to.
skipBytes(int) - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
stream(int, int) - Method in class com.kirkwarez.kirkpack.io.Streamer
Streams one stream to another using the given buffer size for the given amount of bytes.
stream(int) - Method in class com.kirkwarez.kirkpack.io.Streamer
Streams one stream to another using the given buffer size.
stream() - Method in class com.kirkwarez.kirkpack.io.Streamer
Streams one stream to another using the default buffer size.

A B C D E F G I K L M N O P R S T U W