Uses of Class
de.gsi.dataset.serializer.spi.FastByteBuffer
-
Packages that use FastByteBuffer Package Description de.gsi.dataset.serializer.spi -
-
Uses of FastByteBuffer in de.gsi.dataset.serializer.spi
Methods in de.gsi.dataset.serializer.spi that return FastByteBuffer Modifier and Type Method Description static FastByteBufferFastByteBuffer. wrap(byte[] byteArray)Wraps a given byte array into FastByteBufferstatic FastByteBufferFastByteBuffer. wrap(byte[] byteArray, int length)Wraps a given byte array into FastByteBufferMethods in de.gsi.dataset.serializer.spi with parameters of type FastByteBuffer Modifier and Type Method Description static voidBinaryArrayFactory. put(FastByteBuffer buffer, java.lang.String fieldName, double[][] matrix)
-