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

com.linar.jintegra.Variant Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package com.linar.jintegra;

public class Variant
{
    public static final int VT_I1 = 16;

    public static final int VT_UI1 = 17;

    public int getVT()
    {
        // method stub
        return 0;
    }

    public byte[] getI1Array()
    {
        // method stub
        return null;
    }

    public byte[] getUI1Array()
    {
        // method stub
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy