Uses of Class
ch.heigvd.dai.exceptions.MessageManipulationException
Packages that use MessageManipulationException
-
Uses of MessageManipulationException in ch.heigvd.dai.utilities
Methods in ch.heigvd.dai.utilities that throw MessageManipulationExceptionModifier and TypeMethodDescriptionvoidMessageManipulator.exposeMessage(BmpFile bmpFile, byte[] message) Extracts a hidden message from the provided data array.voidMessageManipulator.hideMessage(BmpFile bmpFile, byte[] message, int bitsPerByte) Hides a provided message inside the provided data array.