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
|
MethodReaderInterceptor |
methodReaderInterceptor() |
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, waitlazyReadOnepublic BytesMethodReader(BytesIn in, BytesParselet defaultParselet, MethodEncoderLookup methodEncoderLookup, Object[] objects)
public MethodReaderInterceptor methodReaderInterceptor()
methodReaderInterceptor in interface MethodReaderpublic boolean readOne()
MethodReaderreadOne in interface MethodReaderpublic MethodReader closeIn(boolean closeIn)
MethodReadercloseIn in interface MethodReaderpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2018. All rights reserved.