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 TypeMethodDescriptionvoid
MessageManipulator.exposeMessage
(BmpFile bmpFile, byte[] message) Extracts a hidden message from the provided data array.void
MessageManipulator.hideMessage
(BmpFile bmpFile, byte[] message, int bitsPerByte) Hides a provided message inside the provided data array.