Class ByteBufferDataInput

java.lang.Object
com.oracle.truffle.api.bytecode.serialization.ByteBufferDataInput
All Implemented Interfaces:
DataInput

public final class ByteBufferDataInput extends Object implements DataInput
A DataInput backed by a ByteBuffer.
Since:
25.1
See Also: