Searched refs:INTEGER_SIZE (Results 1 – 1 of 1) sorted by relevance
24 private static final int INTEGER_SIZE = 4; // 4 bytes field in BytesConverter60 return ByteBuffer.allocate(INTEGER_SIZE).putInt(value).array(); in convertIntegerTo4Bytes()