Skip to content

byte order of a ByteBuffer returned from Config.Classpath.asByteBuffer may differ #238

@mh-northlander

Description

@mh-northlander

here: Config.Classpath.asByteBuffer

MMap.map sets ByteOrder.LITTLE_ENDIAN for returned ByteBuffer.
StringUtil.readAllBytes leaves it a default value (BIG_ENDIAN).

Currently this branches based on the resource type, but this should be same.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions