AESWriter used to write to disk
Encrypts and flushes all remaining data from the buffer cache to disk, pads the file, and then closes the underlying file stream.
Encrypts and flushes all remaining data from the buffer cache to disk, pads the file, and then closes the underlying file stream.
Writes any data in the buffer to disk with any additional padding needed.
Writes any data in the buffer to disk with any additional padding needed.
Writes the given data to file.
Writes the given data to file.
array of bytes to write
offset in b to start
number of bytes to write
Writes data to file beginning from the start.
Writes data to file beginning from the start. Javadoc explains that a byte is always passed here and the Int is just some kind of convenience.
array of bytes to write
Extension of java.io.OutputStream that wraps an AESWriter and routes all writes through it.