com.ats.tools.report.AMF3StreamWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ats-automated-testing Show documentation
Show all versions of ats-automated-testing Show documentation
Code generator library to create and execute GUI automated tests
The newest version!
package com.ats.tools.report;
import com.ats.flex.messaging.amf.io.AMF3Deserializer;
import java.io.IOException;
import java.io.InputStream;
import java.util.function.Consumer;
public class AMF3StreamWriter extends AMF3Deserializer {
public AMF3StreamWriter(InputStream in) {
super(in);
}
public void readAndProcessStream(Consumer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy