public class BytesMethodReader extends Object implements MethodReader
HISTORY
Constructor and Description |
---|
BytesMethodReader(BytesIn in,
BytesParselet defaultParselet,
MethodEncoderLookup methodEncoderLookup,
Object[] objects) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
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, but is more expensive
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
lazyReadOne
public BytesMethodReader(BytesIn in, BytesParselet defaultParselet, MethodEncoderLookup methodEncoderLookup, Object[] objects)
public MethodReaderInterceptorReturns methodReaderInterceptorReturns()
methodReaderInterceptorReturns
in interface MethodReader
public boolean readOne()
MethodReader
readOne
in interface MethodReader
public MethodReader closeIn(boolean closeIn)
MethodReader
closeIn
in interface MethodReader
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2020. All rights reserved.