public interface LargeBodyReader extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method must not be called directly by ActiveMQ Artemis clients.
|
long |
getSize()
This method must not be called directly by ActiveMQ Artemis clients.
|
void |
open()
This method must not be called directly by ActiveMQ Artemis clients.
|
long |
position()
This method must not be called directly by ActiveMQ Artemis clients.
|
void |
position(long position)
This method must not be called directly by ActiveMQ Artemis clients.
|
int |
readInto(ByteBuffer bufferRead)
This method must not be called directly by ActiveMQ Artemis clients.
|
void open() throws ActiveMQException
ActiveMQExceptionvoid position(long position)
throws ActiveMQException
ActiveMQExceptionlong position()
void close()
throws ActiveMQException
close in interface AutoCloseableActiveMQExceptionint readInto(ByteBuffer bufferRead) throws ActiveMQException
ActiveMQExceptionlong getSize()
throws ActiveMQException
ActiveMQExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.