@Beta public class CloseableIntBuffer extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected MappedByteBuffer |
buffer |
protected IntBuffer |
heapBuffer |
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
CloseableIntBuffer(IntBuffer heapBuffer) |
CloseableIntBuffer(MappedByteBuffer buffer) |
protected static final org.slf4j.Logger LOGGER
protected final MappedByteBuffer buffer
protected final IntBuffer heapBuffer
public CloseableIntBuffer(MappedByteBuffer buffer)
public CloseableIntBuffer(IntBuffer heapBuffer)
public void close()
close in interface AutoCloseablepublic IntBuffer asIntBuffer()
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.