// File mingwDLL = new File("src/main/resources/mingwm10.dll");
// String absolutePath = mingwDLL.getAbsolutePath();
// System.load(absolutePath);
TypeUDT type = TypeUDT.STREAM;
SocketUDT socket = new SocketUDT(type);
boolean isOpen = socket.isOpen();