Class DATA


  • public final class DATA
    extends Object
    Constant data units in MOSAIC. The base unit for data size is one bit.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long BIT
      1 bit.
      static long BYTE
      1 byte = 8 bits.
      static long GIBIBIT
      1 gibibit = 1024 mebibits.
      static long GIBIBYTE
      1 gibibyte = 1024 mebibytes.
      static long GIGABIT
      1 gigabit = 1000 megabits.
      static long GIGABYTE
      1 gigabyte = 1000 megabytes.
      static long KIBIBIT
      1 kibibit = 1024 bits.
      static long KIBIBYTE
      1 kibibyte = 1024 bytes.
      static long KILOBIT
      1 kilobit = 1000 bits.
      static long KILOBYTE
      1 kilobyte = 1000 bytes.
      static long MEBIBIT
      1 mebibit = 1024 kibibits.
      static long MEBIBYTE
      1 mebibyte = 1024 kibibytes.
      static long MEGABIT
      1 megabit = 1000 kilobits.
      static long MEGABYTE
      1 megabyte = 1000 kilobytes.
      static long TEBIBIT
      1 tebibit = 1024 gibibits.
      static long TEBIBYTE
      1 tebibyte = 1024 gibibytes.
      static long TERABIT
      1 terabit = 1000 gigabits.
      static long TERABYTE
      1 terabyte = 1000 gigabytes.