interfaces

package
v0.0.0-...-498bf18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConversionService

type ConversionService interface {
	Uint8ToBinary(u uint8) []int
	BinaryToUint8(bin []int) uint8
	BinaryToChar(bin []int) string
}

ConversionService interface for ConversionService

type FileService

type FileService interface {
	FileExists(path string) bool
	BaseNoExt(path string) string
}

FileService interface for FileService

type ImageService

type ImageService interface {
	Open(path string)
	EmbedMessage(message []int)
	ExtractMessage() []int
}

ImageService interface for ImageService

type MessageService

type MessageService interface {
	ReadMessage(path string) []int
	DecodeMessage(bytes []int, length int) string
}

MessageService interface for MessageService

type StegoService

type StegoService interface {
	Hide(imageFile string, textFile string)
	Show(imageFile string, length int) string
}

StegoService interface for StegoService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL