public interface SelfWrapper
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
void |
prepare(TByteBuffer tByteBuffer)
Perform the prepare operation.
|
void |
qWrite(TByteBuffer tByteBuffer)
Perform the qWrite operation.
|
void prepare(TByteBuffer tByteBuffer)
tByteBuffer
- TByteBuffer; the buffer to prepare for reception of the object that implements this interfacevoid qWrite(TByteBuffer tByteBuffer)
tByteBuffer
- TByteBuffer; the buffer on which to apply the qWrite operationCopyright © 2014–2016 Delft University of Technology. All rights reserved.