Package | Description |
---|---|
org.infinispan.commons.io |
Commons IO package
|
Modifier and Type | Field and Description |
---|---|
static ByteBufferImpl |
ByteBufferImpl.EMPTY_INSTANCE |
Modifier and Type | Method and Description |
---|---|
ByteBufferImpl |
ByteBufferImpl.copy() |
static ByteBufferImpl |
ByteBufferImpl.create(byte[] array) |
static ByteBufferImpl |
ByteBufferImpl.create(byte[] array,
int offset,
int length) |
ByteBufferImpl |
ByteBufferImpl.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends ByteBufferImpl>> |
ByteBufferImpl.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
ByteBufferImpl.Externalizer.writeObject(ObjectOutput output,
ByteBufferImpl b) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.