public interface IdHandler
| Modifier and Type | Method and Description |
|---|---|
int |
idSize() |
long |
readId(ByteBuffer buffer) |
void |
writeId(long id,
ByteBuffer buffer) |
void |
writeId(long id,
OutputStream out) |
void writeId(long id,
OutputStream out)
throws IOException
IOExceptionvoid writeId(long id,
ByteBuffer buffer)
long readId(ByteBuffer buffer)
int idSize()
Copyright © 2020 Red Hat. All rights reserved.