All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mike10004.xvfbmanager.ImageioReadableScreenshot Maven / Gradle / Ivy

The newest version!
package com.github.mike10004.xvfbmanager;

import com.google.common.io.ByteSource;

public class ImageioReadableScreenshot extends Screenshot.BasicScreenshot {

    public ImageioReadableScreenshot(ByteSource byteSource) {
        super(byteSource);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy