java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.dataformat.ByteBufferUtil

public class ByteBufferUtil extends Object
  • Constructor Details

    • ByteBufferUtil

      public ByteBufferUtil()
  • Method Details

    • readUnsignedShort

      public static int readUnsignedShort(ByteBuffer byteBuffer)
    • writeUnsignedShort

      public static void writeUnsignedShort(ByteBuffer byteBuffer, int shortValue)