public interface LargeBodyReader
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
ActiveMQException
void position(long position) throws ActiveMQException
ActiveMQException
long position()
void close() throws ActiveMQException
ActiveMQException
int readInto(ByteBuffer bufferRead) throws ActiveMQException
ActiveMQException
long getSize() throws ActiveMQException
ActiveMQException
Copyright © 2021 JBoss by Red Hat. All rights reserved.