public class H5BufferBuilder extends Object
Constructor and Description |
---|
H5BufferBuilder() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
build() |
static BitSet |
convert(long value) |
Double |
getNewVal(double d) |
int |
getSize() |
void |
goToPositionWithWriteZero(long pos) |
ByteBuffer |
noOrderBuild() |
void |
write(long v,
int sizeOfLength) |
void |
writeBitSet(BitSet bitSet,
int length) |
void |
writeByte(int i) |
void |
writeBytes(byte[] bytes) |
void |
writeDouble(double l) |
void |
writeInt(int i) |
void |
writeLong(long l) |
void |
writeShort(short i) |
public int getSize()
public void writeByte(int i)
public void writeBytes(byte[] bytes)
public void writeInt(int i)
public void writeShort(short i)
public void writeLong(long l)
public Double getNewVal(double d)
public static BitSet convert(long value)
public void writeDouble(double l)
public void write(long v, int sizeOfLength)
public ByteBuffer build()
public ByteBuffer noOrderBuild()
public void writeBitSet(BitSet bitSet, int length)
public void goToPositionWithWriteZero(long pos)
Copyright © 2021 The Apache Software Foundation. All rights reserved.