Class BinaryPrimitives

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.CoreLib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Buffers.Binary.BinaryPrimitives
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • BinaryPrimitives

        public BinaryPrimitives​(java.lang.Object instance)
                         throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • BinaryPrimitives

        public BinaryPrimitives()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • ReverseEndianness

        public static byte ReverseEndianness​(byte value)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static short ReverseEndianness​(short value)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static int ReverseEndianness​(int value)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static long ReverseEndianness​(long value)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static SByte ReverseEndianness​(SByte value)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static Int128 ReverseEndianness​(Int128 value)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static UInt128 ReverseEndianness​(UInt128 value)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static UInt16 ReverseEndianness​(UInt16 value)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static UInt32 ReverseEndianness​(UInt32 value)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReverseEndianness

        public static UInt64 ReverseEndianness​(UInt64 value)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable