Package edu.wpi.grip.core
Interface FileManager
-
- All Known Implementing Classes:
GripFileManager
public interface FileManagerA FileManager saves images to disk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsaveImage(byte[] image, java.lang.String fileName)Saves an array of bytes to a file.
-