Module tdlight.api

Class TdApi.TestVectorInt

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TestVectorInt
Enclosing class:
TdApi

public static final class TdApi.TestVectorInt extends TdApi.Object
A simple object containing a vector of numbers; for testing only.
  • Field Details

    • value

      public int[] value
      Vector of numbers.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TestVectorInt

      public TestVectorInt()
      A simple object containing a vector of numbers; for testing only.
    • TestVectorInt

      public TestVectorInt(int[] value)
      A simple object containing a vector of numbers; for testing only.
      Parameters:
      value - int[] Vector of numbers.
    • TestVectorInt

      public TestVectorInt(DataInput input) throws IOException
      A simple object containing a vector of numbers; for testing only.
      Throws:
      IOException
  • Method Details