Schnittstelle FileAttributeType


public interface FileAttributeType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    a boolean value.
    static final int
    a zero terminated string of non-zero bytes.
    static final int
    a signed 4-byte/32-bit integer.
    static final int
    a signed 8-byte/64-bit integer.
    static final int
    indicates an invalid or uninitialized type.
    static final int
    a #GObject.
    static final int
    a null terminated UTF8 string.
    static final int
    a %NULL terminated char **.
    static final int
    an unsigned 4-byte/32-bit integer.
    static final int
    an unsigned 8-byte/64-bit integer.
  • Felddetails

    • INVALID

      static final int INVALID
      indicates an invalid or uninitialized type.
      Siehe auch:
    • STRING

      static final int STRING
      a null terminated UTF8 string.
      Siehe auch:
    • BYTE_STRING

      static final int BYTE_STRING
      a zero terminated string of non-zero bytes.
      Siehe auch:
    • BOOLEAN

      static final int BOOLEAN
      a boolean value.
      Siehe auch:
    • UINT32

      static final int UINT32
      an unsigned 4-byte/32-bit integer.
      Siehe auch:
    • INT32

      static final int INT32
      a signed 4-byte/32-bit integer.
      Siehe auch:
    • UINT64

      static final int UINT64
      an unsigned 8-byte/64-bit integer.
      Siehe auch:
    • INT64

      static final int INT64
      a signed 8-byte/64-bit integer.
      Siehe auch:
    • OBJECT

      static final int OBJECT
      a #GObject.
      Siehe auch:
    • STRINGV

      static final int STRINGV
      a %NULL terminated char **. Since 2.22
      Siehe auch: