public class AllocationData extends Object
Constructor and Description |
---|
AllocationData(IByteArraySlice slice) |
Modifier and Type | Method and Description |
---|---|
int |
checksum() |
AllocationData |
compress(IRecordCompressor compressor) |
AllocationData |
decompress(IRecordCompressor compressor) |
static AllocationData |
read(Channel channel) |
void |
write(Channel channel) |
public AllocationData(IByteArraySlice slice)
public AllocationData compress(IRecordCompressor compressor)
public AllocationData decompress(IRecordCompressor compressor)
public int checksum()
public void write(Channel channel)
public static AllocationData read(Channel channel)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.