public final class BufferCaster extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Buffer> |
cast(T byteBuffer)
Without this cast, when the code compiled by Java 9+ is executed on Java 8, it will throw
java.lang.NoSuchMethodError: Method flip()Ljava/nio/ByteBuffer; does not exist in class java.nio.ByteBuffer
|
Apache Camel