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

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

There is a newer version: 0.19
Show newest version
/*
 * (c) 2016 Mike Chaberski
 *
 * Created by mike
 */
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