byte order
This commit is contained in:
parent
94f76d3964
commit
a43b40fe7a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ public final class BuilderArena implements Arena {
|
||||||
this.segments = new Vector<SegmentBuilder>();
|
this.segments = new Vector<SegmentBuilder>();
|
||||||
SegmentBuilder segment0 = new SegmentBuilder(ByteBuffer.allocate(1024 * 8));
|
SegmentBuilder segment0 = new SegmentBuilder(ByteBuffer.allocate(1024 * 8));
|
||||||
segment0.buffer.mark();
|
segment0.buffer.mark();
|
||||||
|
segment0.buffer.order(ByteOrder.LITTLE_ENDIAN);
|
||||||
this.segments.add(segment0);
|
this.segments.add(segment0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue