com.flash3388.flashlib.net.hfcs.OutData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flashlib.net.core Show documentation
Show all versions of flashlib.net.core Show documentation
Robotics development framework (flashlib.net.core)
The newest version!
package com.flash3388.flashlib.net.hfcs;
import java.io.DataOutput;
import java.io.IOException;
/**
* An outgoing data in HFCS.
*
* @since FlashLib 3.2.0
*/
public interface OutData {
void writeInto(DataOutput output) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy