Nicholas Marion
Results
1
comments of
Nicholas Marion
@xerial , the fallback that you implemented in #244 that is based on aircompressor doesn't support BIGENDIAN platforms ``` static { ByteOrder order = ByteOrder.nativeOrder(); if (!order.equals(ByteOrder.LITTLE_ENDIAN)) { throw new...