Package jtermios

Class JTermios.JTermiosInterface.NativeSize

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SIZE
      Size of a size_t integer, in bytes.
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeSize()
      Create a zero-valued Size.
      NativeSize​(long value)
      Create a Size with the given value.
    • Field Detail

      • SIZE

        public static int SIZE
        Size of a size_t integer, in bytes.
    • Constructor Detail

      • NativeSize

        public NativeSize()
        Create a zero-valued Size.
      • NativeSize

        public NativeSize​(long value)
        Create a Size with the given value.