public class BytesMethodReader extends net.openhft.chronicle.core.io.SimpleCloseable implements MethodReader
HISTORY, MESSAGE_HISTORY_METHOD_ID
Constructor and Description |
---|
BytesMethodReader(BytesIn<?> in,
BytesParselet defaultParselet,
MethodEncoderLookup methodEncoderLookup,
Object[] objects) |
Modifier and Type | Method and Description |
---|---|
MethodReader |
closeIn(boolean closeIn)
Call close on the input when closed
|
MethodReaderInterceptorReturns |
methodReaderInterceptorReturns() |
boolean |
readOne()
Moves the queue to read a message if there is one.
|
close, isClosed, performClose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, closeQuietly, closeQuietly
public BytesMethodReader(BytesIn<?> in, BytesParselet defaultParselet, MethodEncoderLookup methodEncoderLookup, Object[] objects)
public MethodReaderInterceptorReturns methodReaderInterceptorReturns()
methodReaderInterceptorReturns
in interface MethodReader
public boolean readOne() throws net.openhft.chronicle.core.util.InvocationTargetRuntimeException, IllegalStateException, BufferUnderflowException
MethodReader
InvocationTargetRuntimeException
and thrown.readOne
in interface MethodReader
net.openhft.chronicle.core.util.InvocationTargetRuntimeException
- if the receiver (target method) throwsIllegalStateException
BufferUnderflowException
public MethodReader closeIn(boolean closeIn)
MethodReader
closeIn
in interface MethodReader
Copyright © 2022. All rights reserved.